Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ const config = {
],
},
{
to: "/showcase",
html: '<span class="nav-emoji">🌍</span> Showcase',
to: "/github-stars-nominate",
html: '<span class="nav-emoji"></span> GitHub Stars',
position: "left",
},
{
Expand All @@ -242,6 +242,10 @@ const config = {
html: '<span class="nav-emoji">🔗</span> More',
position: "left",
items: [
{
to: "/showcase",
label: "Showcase",
},
{
label: "Projects",
to: "/projects/",
Expand All @@ -266,7 +270,7 @@ const config = {
{
label: "Events",
to: "/events/",
}
},
],
},
// {
Expand Down
Loading
Loading