1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-30 16:17:41 +01:00

Merge pull request #623 from movie-web/flag-fix

Fix Estonia flag
This commit is contained in:
Jip Frijlink 2023-12-29 14:37:09 +01:00 committed by GitHub
commit d9063f22c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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