diff --git a/src/components/RedactedBanner.tsx b/src/components/RedactedBanner.tsx index 8a5a62dd..91a6b1c4 100644 --- a/src/components/RedactedBanner.tsx +++ b/src/components/RedactedBanner.tsx @@ -5,7 +5,7 @@ import s from './RedactedBanner.module.scss'; export const RedactedBanner = () => { const now = Date.now(); const redactedEndTime = 1731312000000; // Nov 11th 2024 - const hackathonEndTime = 1731312000000; // Nov 11th 2024 + const hackathonEndTime = 1729839600000; // Oct 25th 2024 const hackathonEndPassed = now > hackathonEndTime; const redactedEndPassed = now > redactedEndTime;