Skip to content

Commit

Permalink
Switch to AE for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Jan 28, 2025
1 parent bf12067 commit bd9dbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/icons/Flags/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { SvgImageElement } from "@/components/commonElement";
import Switzerland from "@/components/icons/Flags/Switzerland.tsx";

export type FlagName =
| "ae"
| "au"
| "br"
| "ca"
Expand All @@ -35,7 +36,6 @@ export type FlagName =
| "sg"
| "kr"
| "sw"
| "uae"
| "usa"
| "uk"
| "za";
Expand All @@ -47,6 +47,7 @@ export interface FlagProps extends Omit<SVGAttributes<SVGElement>, "size"> {

// eslint-disable-next-line react-refresh/only-export-components
export const FlagList = {
ae: UnitedArabEmirates,
au: Australia,
br: Brazil,
ca: Canada,
Expand All @@ -62,7 +63,6 @@ export const FlagList = {
za: SouthAfrica,
kr: SouthKorea,
sw: Sweden,
uae: UnitedArabEmirates,
uk: UnitedKingdom,
usa: UnitedStates,
};
Expand Down

0 comments on commit bd9dbca

Please sign in to comment.