mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-07 23:29:56 +00:00
highlight medal events in today's page
This commit is contained in:
@ -68,7 +68,6 @@
|
||||
const cycleColor = () => {
|
||||
color++
|
||||
color = color % 5
|
||||
console.log(color);
|
||||
switch (color) {
|
||||
case 0: return "blue";
|
||||
case 1: return "yellow";
|
||||
|
||||
Reference in New Issue
Block a user