Removed confetti

This commit is contained in:
Théo 2023-04-26 18:13:50 +02:00
parent bd7ec3ddde
commit a5e13c3dd2

View file

@ -52,7 +52,7 @@ export function Timer({ targetDate, className }: { targetDate: Date; className?:
if (timeRemaining.hours < 0) {
return (
<>
<Confetti width={width} height={height} />
{/* <Confetti width={width} height={height} /> */}
<span className={clsx(className)}>Terminé</span>
</>
);