diff --git a/docusaurus.config.ts b/docusaurus.config.ts index ad48b898..b2f82963 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -156,20 +156,16 @@ const config: Config = { html: 'πŸ’° Donate', position: "left", }, + //Moved the link directly to main menus! { - type: "dropdown", - html: 'πŸ‘©πŸ»β€πŸ’» Devfolio', + to: "https://dev.recodehive.com/devfolio", + html: 'πŸ’» GitHub Profiles', + position: "left", + }, + { + to: "/badges/github-badges/", + html: 'πŸŽ–οΈ GitHub Badges', position: "left", - items: [ - { - label: "πŸ’»GitHub Profiles", - to: "https://dev.recodehive.com/devfolio", - }, - { - label: "πŸŽ–οΈ GitHub Badges", - to: "/badges/github-badges/", - }, - ], }, { to: "/blogs",