We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6171a8e commit 728cffbCopy full SHA for 728cffb
src/GZCTF/ClientApp/src/components/GameProgress.tsx
@@ -24,7 +24,7 @@ const GameProgress: FC<GameProgressProps> = (props: GameProgressProps) => {
24
const theme = useMantineTheme()
25
const { colorScheme } = useMantineColorScheme()
26
27
- const pulsing = percentage <= 100
+ const pulsing = percentage < 100
28
const resolvedColor = pulsing
29
? colorScheme === 'dark'
30
? 'light'
0 commit comments