Skip to content

Commit

Permalink
fix(NavMenu): add create-guild
Browse files Browse the repository at this point in the history
  • Loading branch information
dovalid committed Jul 11, 2024
1 parent 3cc3cdc commit 1260a27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/v2/components/Header/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
List,
Package,
Palette,
Plus,
Shield,
UsersThree,
XLogo,
Expand Down Expand Up @@ -47,6 +48,11 @@ export const NavMenu = () => (
Explore guilds
</NavButton>

<NavButton href="/create-guild">
<Plus weight="bold" />
Create guild
</NavButton>

<NavButton href="/leaderboard">
<CircleWavyCheck weight="bold" />
Guild Pins leaderboard
Expand Down

0 comments on commit 1260a27

Please sign in to comment.