From f380e3aa3f77b991693793b356c9c3a4f9e63be8 Mon Sep 17 00:00:00 2001 From: Allan Cueff Date: Wed, 13 Nov 2024 11:11:14 +0100 Subject: [PATCH] =?UTF-8?q?ic=C3=B4ne=20beer=20and=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Front/js/backend/team.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Front/js/backend/team.js b/Front/js/backend/team.js index 9693ba5..b8036ea 100644 --- a/Front/js/backend/team.js +++ b/Front/js/backend/team.js @@ -28,6 +28,10 @@ function getSportIcon(sport) { return ` sports_handball` case "badminton": return ` shuttlecock` + case "beer and run": + return ` sports_bar` + default: + return ` ` } } @@ -261,4 +265,4 @@ Object.values(teamSports).forEach(teamBySport => { teamCardContainer.insertAdjacentHTML("beforeend", getTeamCard(teamBySport)) }) -console.log("Backend team loaded!"); \ No newline at end of file +console.log("Backend team loaded!");