From 02a7ff54f0e4770ebedb94727b8dad1d19e6ba0d Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 1 Jan 2025 11:13:27 +0100 Subject: [PATCH] update holidays --- src/routes/+layout.svelte | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 2c59779a..dfc0df39 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -228,16 +228,17 @@ const checkMarketHour = async () => { const holidays = [ - "2024-01-01", - "2024-01-15", - "2024-02-19", - "2024-03-29", - "2024-05-27", - "2024-06-19", - "2024-07-04", - "2024-09-02", - "2024-11-28", - "2024-12-25", + "2025-01-01", + "2025-01-09", + "2025-01-20", + "2025-02-17", + "2025-04-18", + "2025-05-26", + "2025-06-19", + "2025-07-04", + "2025-09-01", + "2025-11-27", + "2025-12-25", ]; const currentDate = new Date().toISOString().split("T")[0];