Fix Jam Operasional Kantor Desa

Fix Agar Token Seafile ga expired cuma 1 hari
This commit is contained in:
2026-02-04 11:47:56 +08:00
parent 358ff14efe
commit bbd52fb6f5
9 changed files with 207 additions and 17 deletions

View File

@@ -123,7 +123,7 @@ const getWorkStatus = (day: string, currentTime: string): { status: string; mess
let workHoursMessage = "";
if (["Senin", "Selasa", "Rabu", "Kamis"].includes(day)) {
workHoursMessage = "07:30 - 15:10";
workHoursMessage = "07:30 - 15:30";
} else if (day === "Jumat") {
workHoursMessage = "07:30 - 12:00";
}