Spaces:
Running
Running
| <script lang="ts"> | |
| interface Props { | |
| round: number; | |
| total: number; | |
| } | |
| let { round, total }: Props = $props(); | |
| </script> | |
| <div class="font-mono text-xs tabular-nums"> | |
| <span class="text-foreground">{round}</span> | |
| <span class="text-muted-foreground/60">/{total}</span> | |
| </div> | |