update endDate on promo

This commit is contained in:
Steph
2024-06-19 10:49:13 -07:00
parent 582c9662f2
commit e703aec424
+1 -1
View File
@@ -20,7 +20,7 @@ const promotions: Promotion[] = [
{
id: 'jan-2024',
startDate: new Date('2024-01-10'),
endDate: new Date('2024-06-01'),
endDate: new Date('2024-12-31'),
component: Jan2024
}
];