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",