mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Update bsm-icon.component.tsx
This commit is contained in:
@@ -114,6 +114,9 @@ export const BsmIcon = memo(({ className, icon, style }: { className?: string; i
|
||||
if (icon === "es-ES-flag") {
|
||||
return <SpainIcon className={className} style={style} />;
|
||||
}
|
||||
if (icon === "it-IT-flag") {
|
||||
return <ItalyIcon className={className} style={style} />;
|
||||
}
|
||||
if (icon === "en-US-flag") {
|
||||
return <UsaIcon className={className} style={style} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user