We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997121e commit 2238973Copy full SHA for 2238973
1 file changed
docusaurus.config.ts
@@ -156,20 +156,16 @@ const config: Config = {
156
html: '<span class="nav-emoji">💰</span> Donate',
157
position: "left",
158
},
159
+ //Moved the link directly to main menus!
160
{
- type: "dropdown",
161
- html: '<span class="nav-emoji">👩🏻💻</span> Devfolio',
+ to: "https://dev.recodehive.com/devfolio",
162
+ html: '<span class="nav-emoji">💻</span> GitHub Profiles',
163
+ position: "left",
164
+ },
165
+ {
166
+ to: "/badges/github-badges/",
167
+ html: '<span class="nav-emoji">🎖️</span> GitHub Badges',
168
- items: [
- {
- label: "💻GitHub Profiles",
- to: "https://dev.recodehive.com/devfolio",
- },
169
- label: "🎖️ GitHub Badges",
170
- to: "/badges/github-badges/",
171
172
- ],
173
174
175
to: "/blogs",
0 commit comments