Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MoPaMo committed Jan 7, 2025
1 parent 206363e commit a98dc7c
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions src/app/harbor/signpost/countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,22 @@ export default function Countdown() {
)}
</h1>
<div className="mt-4">
{dateEnd - new Date().getTime() > 0 ? (
<>Arrrrr, you'd better{' '}
<Link href="/shipyard">
<Button variant={'link'} className="text-white mx-0 px-0 text-base">
ship all your ships
</Button>
</Link>{' '}
before the time runs out!</>
{dateEnd - new Date().getTime() > 0 ? (
<>
Arrrrr, you'd better{' '}
<Link href="/shipyard">
<Button
variant={'link'}
className="text-white mx-0 px-0 text-base"
>
ship all your ships
</Button>
</Link>{' '}
before the time runs out!
</>
) : (
<>Arrr, thank you all for competing, you were worthy pirates!</>
)}

</div>
</div>
</JaggedCardSmall>
Expand Down

0 comments on commit a98dc7c

Please sign in to comment.