diff --git a/components/ui/flag-icons.tsx b/components/ui/flag-icons.tsx index 236f8bd5..6acaa002 100644 --- a/components/ui/flag-icons.tsx +++ b/components/ui/flag-icons.tsx @@ -45,9 +45,22 @@ export function FlagKR(props: FlagProps) { return ( - - - + + + + + + + + + + + + + + + + ); }