From 027f7ae76f66f5f3e228dc34b165e74aa221b64a Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 3 Jan 2024 12:30:51 +0530 Subject: [PATCH] Update promo.ts --- src/lib/util/promos/promo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/promos/promo.ts b/src/lib/util/promos/promo.ts index 150fcfa0..7c7271cc 100644 --- a/src/lib/util/promos/promo.ts +++ b/src/lib/util/promos/promo.ts @@ -13,7 +13,7 @@ const promotions: Promotion[] = [ { id: 'holiday-2023', startDate: new Date('2023-11-27'), - endDate: new Date('2024-01-01'), + endDate: new Date('2024-02-01'), component: Holiday2023 } ];