Removed confetti
This commit is contained in:
parent
bd7ec3ddde
commit
a5e13c3dd2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue