From 4050a1286f8f52e841e57d902bb0477f659caade Mon Sep 17 00:00:00 2001 From: yashjagtap23 <108370176+yashjagtap23@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:48:55 -0600 Subject: [PATCH] Update PwcCard.vue Fixed closedDays list to reflect 2024 times and more accurate data on closings --- src/components/cards/PwcCard.vue | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/components/cards/PwcCard.vue b/src/components/cards/PwcCard.vue index cf1dbaef..029284ab 100644 --- a/src/components/cards/PwcCard.vue +++ b/src/components/cards/PwcCard.vue @@ -32,16 +32,18 @@ export default { ], closedDays: [ // Add dates in 'YYYY-MM-DD' format for holidays or special closures - '2023-10-09', - '2023-11-22', - '2023-11-23', - '2023-11-24', - '2023-12-22', - '2023-12-25', - '2023-12-26', - '2023-12-27', - '2023-12-28', - '2023-12-29', + '2024-02-18', + '2024-02-19', + '2024-03-03', + '2024-03-04', + '2024-03-31', + '2024-05-12', + '2024-05-22', + '2024-05-23', + '2024-05-24', + '2024-05-25', + '2024-05-26', + '2024-05-27', ], currentTimeMs: 0, };