From ce9f7af330b5802640a7b5b16238540797253432 Mon Sep 17 00:00:00 2001 From: Christian Lepthien Date: Fri, 24 Apr 2026 14:56:58 +0200 Subject: [PATCH] fix: improve corean flag --- components/ui/flag-icons.tsx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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 ( - - - + + + + + + + + + + + + + + + + ); }