localized team names

This commit is contained in:
2026-06-24 12:17:46 -05:00
parent aa19c16f93
commit 7996ebc504
9 changed files with 79 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ export default function Flag({
return (
<img
src={team.crest}
alt={team.code || team.name}
alt={team.code || team.localisedName || team.name}
className="flag"
style={style}
loading="lazy"