fix team avatars

This commit is contained in:
yohlo
2026-03-01 20:10:06 -06:00
parent f0d8297f34
commit 1ce8a6a982
6 changed files with 7 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ export const Route = createFileRoute("/_authed/tournaments/$id/groups")({
withPadding: false,
header: {
withBackButton: true,
title: `${context.tournament.name} - Groups`,
title: `${context.tournament.name}`,
},
}),
component: RouteComponent,