This commit is contained in:
2026-05-03 17:01:46 +03:30
parent b5ad5420b2
commit 9c30295b4b
76 changed files with 7891 additions and 461 deletions

View File

@@ -2,7 +2,7 @@
flagImage?: string | null;
flagEmoji?: string | null;
countryName: string;
size?: 'sm' | 'md' | 'lg';
size?: 'sm' | 'md' | 'lg' | 'xl';
}
export default function CountryFlag({
@@ -15,6 +15,7 @@ export default function CountryFlag({
sm: 'text-lg',
md: 'text-2xl',
lg: 'text-4xl',
xl: 'text-6xl',
};
return (