Skip to content

Commit

Permalink
Merge pull request #84 from near/feat/redacted-banner-update-3
Browse files Browse the repository at this point in the history
Update to oct 25th for hackathon
  • Loading branch information
calebjacob authored Sep 28, 2024
2 parents a19e3cf + 2fe92a4 commit da55e52
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 da55e52

Please sign in to comment.