Skip to content

Commit

Permalink
Add timer and some tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir-Urik committed Jun 28, 2024
1 parent 327ca82 commit dcff638
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ export function Game({ setGradient }: GameProps) {
<div className={'absolute bottom-12 z-10 flex w-full justify-center'}>
<button
disabled={timeToReset > 0}
className={'w-fit rounded-lg bg-black px-8 py-4 font-bold text-white disabled:opacity-50'}
className={
'w-fit rounded-lg bg-black px-8 py-4 font-bold text-white disabled:opacity-50'
}
onClick={() => change()}
>
Další
Expand Down

0 comments on commit dcff638

Please sign in to comment.