Skip to content

Commit 8b2bd9a

Browse files
author
“LAKSHMIRPILLAI”
committed
Update correct discount active period
1 parent 2e67137 commit 8b2bd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/marketing/epics/ctas/ContributionsEpicCtasContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const ContributionsEpicCtasContainer: ReactComponent<Props> = ({
6161
// Check the dates
6262
const isDiscountActive =
6363
(hasPromoCodeInUrl &&
64-
now >= new Date('2025-04-11T00:00:01') &&
64+
now >= new Date('2025-04-15T00:00:01') &&
6565
now < new Date('2025-04-21T23:59:59')) ??
6666
false;
6767

0 commit comments

Comments
 (0)