highlight medal events in today's page

This commit is contained in:
Fabrice Lamant
2024-08-30 10:00:43 +01:00
parent 14e3e320a1
commit 8a0b031f77
4 changed files with 315 additions and 211 deletions

View File

@ -68,7 +68,6 @@
const cycleColor = () => {
color++
color = color % 5
console.log(color);
switch (color) {
case 0: return "blue";
case 1: return "yellow";