Skip to content

Commit

Permalink
Merge pull request #1164 from 3kho/main
Browse files Browse the repository at this point in the history
Remove extra time notice
  • Loading branch information
maxwofford authored Feb 3, 2025
2 parents c507ecf + 7a94861 commit 1c3a61a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/harbor/signpost/countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ export default function Countdown() {
)}
</h1>

<h2 className="mt-4 text-2xl">EXTRA TIME :D</h2>
<p className="max-w-prose mx-auto">
(Hours coded from now on will not count. These extra 2 days are for
voting and shipping! Our database was dying, you get a grace period.)
</p>
<div className="mt-4">
{dateEnd - new Date().getTime() > 0 ? (
<>
Expand Down

0 comments on commit 1c3a61a

Please sign in to comment.