Skip to content

Commit

Permalink
Merge pull request #214 from yashjagtap23/pwcUpdatedDates
Browse files Browse the repository at this point in the history
Update PwcCard.vue
  • Loading branch information
aw-0 authored Jan 30, 2024
2 parents a28addd + 4050a12 commit a00b3bc
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 a00b3bc

Please sign in to comment.