From a98dc7c34132ddb76eb27c88b8b91a1cc3c1ff52 Mon Sep 17 00:00:00 2001 From: MoPaMo Date: Tue, 7 Jan 2025 22:37:21 +0100 Subject: [PATCH] chore: run prettier --- src/app/harbor/signpost/countdown.tsx | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/app/harbor/signpost/countdown.tsx b/src/app/harbor/signpost/countdown.tsx index 495f4ec2..1c573816 100644 --- a/src/app/harbor/signpost/countdown.tsx +++ b/src/app/harbor/signpost/countdown.tsx @@ -60,18 +60,22 @@ export default function Countdown() { )}
- {dateEnd - new Date().getTime() > 0 ? ( - <>Arrrrr, you'd better{' '} - - - {' '} - before the time runs out! + {dateEnd - new Date().getTime() > 0 ? ( + <> + Arrrrr, you'd better{' '} + + + {' '} + before the time runs out! + ) : ( <>Arrr, thank you all for competing, you were worthy pirates! )} -