File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -156,20 +156,16 @@ const config: Config = {
156156 html : '<span class="nav-emoji">💰</span> Donate' ,
157157 position : "left" ,
158158 } ,
159+ //Moved the link directly to main menus!
159160 {
160- type : "dropdown" ,
161- html : '<span class="nav-emoji">👩🏻💻</span> Devfolio' ,
161+ 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' ,
162168 position : "left" ,
163- items : [
164- {
165- label : "💻GitHub Profiles" ,
166- to : "https://dev.recodehive.com/devfolio" ,
167- } ,
168- {
169- label : "🎖️ GitHub Badges" ,
170- to : "/badges/github-badges/" ,
171- } ,
172- ] ,
173169 } ,
174170 {
175171 to : "/blogs" ,
You can’t perform that action at this time.
0 commit comments