blanchon's picture
Rich data table on home page, interactive bigger minimap, tactical-reveal player swap
91677d6
<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>