skeletons, tournament stats, polish, bug fixes
This commit is contained in:
@@ -18,7 +18,7 @@ export const Route = createFileRoute("/_authed/admin/tournaments/$id/teams")({
|
||||
loader: ({ context }) => ({
|
||||
header: {
|
||||
withBackButton: true,
|
||||
title: `Manage Teams - ${context.tournament.name}`,
|
||||
title: `${context.tournament.name} Teams`,
|
||||
},
|
||||
withPadding: false,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user