From a3c24652476b2a7041c47f7f981386d005b346a7 Mon Sep 17 00:00:00 2001 From: Lukian Date: Tue, 8 Apr 2025 22:33:02 +0200 Subject: [PATCH] add: atle for certaints users dded Le jeu to the ti --- front/src/components/TopBar.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/front/src/components/TopBar.tsx b/front/src/components/TopBar.tsx index b39d03d..9255162 100644 --- a/front/src/components/TopBar.tsx +++ b/front/src/components/TopBar.tsx @@ -11,7 +11,11 @@ export default function TopBar({ user }: { user: User | undefined }) { Channels
-

Tanuki's Forum

+ {user && user.id == 5 ? ( +

Le Jeu

+ ) : ( +

Tanuki's Forum

+ )}
{user ? (