localized team names
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user