flags local

This commit is contained in:
2026-06-24 22:25:08 -05:00
parent c848d5a7b5
commit a106f28257
53 changed files with 2276 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ export async function fetchMatchesAndTeams(): Promise<{ matches: Match[]; teams:
if (!teamMap.has(id)) {
teamMap.set(id, {
id, name: side.name, code: side.tla ?? "", group,
crest: side.crest ?? null,
crest: `/crests/${id}.svg`,
localisedName: localisedTeamName(side.tla ?? "", side.name ?? ""),
});
}