From bcf574e594767dcebdf852dcf4af4e6470fdad07 Mon Sep 17 00:00:00 2001 From: Prakash Kumar Date: Thu, 5 Feb 2026 23:57:31 +0530 Subject: [PATCH] fix: adjust navbar link alignment --- docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index da8b27a9998..c7f9d9bc7a8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -216,16 +216,16 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); }, ], }, + { + type: "localeDropdown", + position: "right", + }, { href: 'https://github.com/apache/linkis', 'aria-label': 'GitHub', className: 'header-github-link', position: 'right', }, - { - type: "localeDropdown", - position: "right", - }, ], }, footer: {