Fix Estonia flag

This commit is contained in:
Jip Fr 2023-12-29 14:34:12 +01:00
parent 750bb60f62
commit ac31d963a1
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ const countryOverrides: Record<string, string> = {
zh: "cn",
sl: "si",
sv: "se",
et: "ee",
};
export function FlagIcon(props: FlagIconProps) {