chore: Tweak start and end dates

This commit is contained in:
Sidharth Vinod
2023-11-28 14:27:17 +05:30
parent 9ba2598b00
commit 1f28dde6e7
+2 -2
View File
@@ -12,8 +12,8 @@ interface Promotion {
const promotions: Promotion[] = [
{
id: 'holiday-2023',
startDate: new Date('2023-11-28'),
endDate: new Date('2023-12-31'),
startDate: new Date('2023-11-27'),
endDate: new Date('2024-01-01'),
component: Holiday2023
}
];