mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-01 10:56:00 +00:00
Fix Estonia flag
This commit is contained in:
parent
750bb60f62
commit
ac31d963a1
|
@ -21,6 +21,7 @@ const countryOverrides: Record<string, string> = {
|
|||
zh: "cn",
|
||||
sl: "si",
|
||||
sv: "se",
|
||||
et: "ee",
|
||||
};
|
||||
|
||||
export function FlagIcon(props: FlagIconProps) {
|
||||
|
|
Loading…
Reference in a new issue