diff --git a/components/ui/flag-icons.tsx b/components/ui/flag-icons.tsx
index a09106b3..89837f56 100644
--- a/components/ui/flag-icons.tsx
+++ b/components/ui/flag-icons.tsx
@@ -274,14 +274,18 @@ const skCross =
" 7.22 49.54 7.11-.62-20.5-6.6-46.33-6.6-46.33s12.3.96 17.22.96c4.92 0" +
" 17.21-.96 17.21-.96s-5.97 25.83-6.6 46.33c12.18.1 29.72-.49 49.55-7.11" +
" 0 0-.62 8.3-.62 17.98 0 9.67.62 17.98.62 17.98-19.86-6.64-37.42-7.22-49.6-7.12v32.37";
-/** Arabic – Pan-Arab colours (black/white/green horizontal, red hoist triangle) */
-export function FlagArab(props: FlagProps) {
+/** Saudi Arabia – Green field with a stylized white sword (simplified) */
+export function FlagSA(props: FlagProps) {
return (
);
}
@@ -331,5 +335,5 @@ export const flagComponents: Record ReactElement>
zh: FlagCN,
fa: FlagIR,
he: FlagIL,
- ar: FlagArab,
+ ar: FlagSA,
};