Skip to content

Commit

Permalink
Merge branch 'shadcn-ui' of github.com:guildxyz/guild.xyz into v2-exp…
Browse files Browse the repository at this point in the history
…lorer
  • Loading branch information
dominik-stumpf committed Jul 11, 2024
2 parents 553066c + 1260a27 commit 671cf28
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 671cf28

Please sign in to comment.