Skip to content

Commit

Permalink
Update PwcCard.vue
Browse files Browse the repository at this point in the history
Fixed closedDays list to reflect 2024 times and more accurate data on closings
  • Loading branch information
yashjagtap23 committed Jan 30, 2024
1 parent a28addd commit 4050a12
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/components/cards/PwcCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 4050a12

Please sign in to comment.