Skip to content

Commit bd9dbca

Browse files
committed
Switch to AE for consistency
1 parent bf12067 commit bd9dbca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/icons/Flags/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { SvgImageElement } from "@/components/commonElement";
2121
import Switzerland from "@/components/icons/Flags/Switzerland.tsx";
2222

2323
export type FlagName =
24+
| "ae"
2425
| "au"
2526
| "br"
2627
| "ca"
@@ -35,7 +36,6 @@ export type FlagName =
3536
| "sg"
3637
| "kr"
3738
| "sw"
38-
| "uae"
3939
| "usa"
4040
| "uk"
4141
| "za";
@@ -47,6 +47,7 @@ export interface FlagProps extends Omit<SVGAttributes<SVGElement>, "size"> {
4747

4848
// eslint-disable-next-line react-refresh/only-export-components
4949
export const FlagList = {
50+
ae: UnitedArabEmirates,
5051
au: Australia,
5152
br: Brazil,
5253
ca: Canada,
@@ -62,7 +63,6 @@ export const FlagList = {
6263
za: SouthAfrica,
6364
kr: SouthKorea,
6465
sw: Sweden,
65-
uae: UnitedArabEmirates,
6666
uk: UnitedKingdom,
6767
usa: UnitedStates,
6868
};

0 commit comments

Comments
 (0)