Skip to content

Commit

Permalink
fix: add slots to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Feb 5, 2024
1 parent 19985a3 commit 073bc42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const roleNavigation = (user: IUser) => {
case ROLES.ATTENDEE:
return [
"profile",
"slots",
"wheel",
"badgedex",
"leaderboard",
Expand Down

0 comments on commit 073bc42

Please sign in to comment.