From fd39f90c448fcf45a18ff5926424f0f1c75e470f Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Mon, 5 Feb 2024 23:31:57 +0000 Subject: [PATCH] fix: add slots to navbar (#704) --- 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",