Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -375,7 +375,7 @@
|
|
| 375 |
|
| 376 |
// Handle card clicks
|
| 377 |
const cards = document.querySelectorAll('.card');
|
| 378 |
-
const activeDays = [1,2,3,4
|
| 379 |
|
| 380 |
cards.forEach(card => {
|
| 381 |
const day = parseInt(card.dataset.day);
|
|
|
|
| 375 |
|
| 376 |
// Handle card clicks
|
| 377 |
const cards = document.querySelectorAll('.card');
|
| 378 |
+
const activeDays = [1,2,3,4,5,6,7]; // Add the day numbers you want to highlight
|
| 379 |
|
| 380 |
cards.forEach(card => {
|
| 381 |
const day = parseInt(card.dataset.day);
|