Skip to content

Commit

Permalink
change detail level to fix visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Aug 18, 2024
1 parent 666d0de commit afc82d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/CoinFlipModal/Coin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import getAccountLink from 'helpers/getAccountLink'
import useCountDown from 'helpers/hooks/useCountDown'
import CoinFlipGame from 'types/CoinFlipGame'

const edgeDetailLevel = 64
const edgeDetailLevel = 20

export default function ({ user1, user2, winner, endTime }: CoinFlipGame) {
const { seconds, milliSeconds } = useCountDown(endTime, 1)
Expand Down

0 comments on commit afc82d9

Please sign in to comment.