From 512edbc62ba1b405437f3c82dfe9c7f18f57763d Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 18 Feb 2024 13:42:59 +0100 Subject: [PATCH] feat: issue a warning on admin page when there're no teams yet --- client/src/components/admin/GameInfosTile.vue | 48 +++++++++++-------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/client/src/components/admin/GameInfosTile.vue b/client/src/components/admin/GameInfosTile.vue index 6781fa9..28b4d94 100644 --- a/client/src/components/admin/GameInfosTile.vue +++ b/client/src/components/admin/GameInfosTile.vue @@ -1,32 +1,37 @@