Skip to content

Commit

Permalink
Update to oct 25th for hackathon
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Sep 28, 2024
1 parent a19e3cf commit 2fe92a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RedactedBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2fe92a4

Please sign in to comment.