From 073bc42b204a76b6a9124c76b4a1c7c6c4694007 Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Mon, 5 Feb 2024 23:30:56 +0000 Subject: [PATCH] fix: add slots to navbar --- components/Layout/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Layout/Layout.tsx b/components/Layout/Layout.tsx index cfc40ad1..0cc900ce 100644 --- a/components/Layout/Layout.tsx +++ b/components/Layout/Layout.tsx @@ -29,6 +29,7 @@ const roleNavigation = (user: IUser) => { case ROLES.ATTENDEE: return [ "profile", + "slots", "wheel", "badgedex", "leaderboard",