From a5e13c3dd27a37969e859023e1051bc7b5bed792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o?= <43091603+glazk0@users.noreply.github.com> Date: Wed, 26 Apr 2023 18:13:50 +0200 Subject: [PATCH] Removed confetti --- ui/Timer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/Timer.tsx b/ui/Timer.tsx index 8e35b47..3e50744 100644 --- a/ui/Timer.tsx +++ b/ui/Timer.tsx @@ -52,7 +52,7 @@ export function Timer({ targetDate, className }: { targetDate: Date; className?: if (timeRemaining.hours < 0) { return ( <> - + {/* */} Terminé );