mirror of
https://github.com/appen-isen/site-interpromo-2024.git
synced 2026-03-18 21:40:39 +01:00
icône beer and run
This commit is contained in:
@@ -28,6 +28,10 @@ function getSportIcon(sport) {
|
||||
return ` <span class="material-symbols-outlined">sports_handball</span>`
|
||||
case "badminton":
|
||||
return ` <img src="assets/shuttlecock.svg" alt="shuttlecock" width="24" height="24">`
|
||||
case "beer and run":
|
||||
return ` <span class="material-symbols-outlined">sports_bar</span>`
|
||||
default:
|
||||
return ` <span></span>`
|
||||
}
|
||||
}
|
||||
|
||||
@@ -261,4 +265,4 @@ Object.values(teamSports).forEach(teamBySport => {
|
||||
teamCardContainer.insertAdjacentHTML("beforeend", getTeamCard(teamBySport))
|
||||
})
|
||||
|
||||
console.log("Backend team loaded!");
|
||||
console.log("Backend team loaded!");
|
||||
|
||||
Reference in New Issue
Block a user