mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-02 16:37:39 +01:00
Fix Estonia flag
This commit is contained in:
parent
750bb60f62
commit
ac31d963a1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ const countryOverrides: Record<string, string> = {
|
||||||
zh: "cn",
|
zh: "cn",
|
||||||
sl: "si",
|
sl: "si",
|
||||||
sv: "se",
|
sv: "se",
|
||||||
|
et: "ee",
|
||||||
};
|
};
|
||||||
|
|
||||||
export function FlagIcon(props: FlagIconProps) {
|
export function FlagIcon(props: FlagIconProps) {
|
||||||
|
|
Loading…
Reference in a new issue