Skip to content

Commit

Permalink
Fix missing event item selection style in navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwin612 committed Mar 28, 2024
1 parent 769be19 commit 654e2b7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ module.exports = {
activeBaseRegex: `/community/`,
},
{ to: "/team", label: "Team", position: "right" },
{
label: "Event",
position: "right",
to: "/event",
activeBaseRegex: `/event/`,
},
{ to: "/event", label: "Event", position: "right" },
{ to: "/news", label: "News", position: "right" },
{ to: "/blog", label: "Blog", position: "right" },
{ to: "/users", label: "Users", position: "right" },
Expand Down

0 comments on commit 654e2b7

Please sign in to comment.