From aa7f7b21376c2f706aff1bf206762a2cabcb60a0 Mon Sep 17 00:00:00 2001 From: pixup1 Date: Sun, 15 Dec 2024 17:47:53 +0100 Subject: [PATCH] Hide matches and servers tabs if not logged in --- frontend/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 17bd250..bc69771 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -30,14 +30,14 @@ const NavBar: Component = () => {
{t('Create')} - {t('Matches')} - {t('Game Servers')} ... {t('Login')} + {t('Matches')} + {t('Game Servers')} {t('Logout')}