From 0e6f7e1769a6b178dac6b5f53457246da032657c Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 9 Apr 2026 10:49:10 +0800 Subject: [PATCH] fix(landing-page): remove incorrect national holiday entry for April 9, 2026 - Remove '2026-04-09' from national holidays list as it's not an actual holiday - Fix office status showing 'Tutup' and 'Tidak Beroperasi' incorrectly on regular workday - Office now correctly shows 'Buka' status during working hours (07:30-15:30 on Thursday) Co-authored-by: Qwen-Coder --- src/app/darmasaba/_com/main-page/landing-page/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/darmasaba/_com/main-page/landing-page/index.tsx b/src/app/darmasaba/_com/main-page/landing-page/index.tsx index 7b205b5d..ede3983d 100644 --- a/src/app/darmasaba/_com/main-page/landing-page/index.tsx +++ b/src/app/darmasaba/_com/main-page/landing-page/index.tsx @@ -70,7 +70,6 @@ const isNationalHoliday = (date: string): boolean => { // Hari libur pengganti '2026-04-08', // Hari Libur Pengganti Idul Fitri - '2026-04-09', // Hari Libur Pengganti Idul Fitri ]; return holidays.includes(date);