moh/shrink-locale-flag

This commit is contained in:
MOH
2026-03-09 08:04:56 +01:00
parent 5e33395a9b
commit 3a490aab35
+6 -6
View File
@@ -53,9 +53,9 @@ export function LocaleToggle({
<Image
src={localeFlags[currentLocale].src}
alt={localeFlags[currentLocale].alt}
width={24}
height={24}
className="h-6 w-6 shrink-0 rounded-full object-cover transition-transform duration-300 ease-out group-hover:scale-110"
width={20}
height={20}
className="h-5 w-5 shrink-0 rounded-full object-cover transition-transform duration-300 ease-out group-hover:scale-110"
/>
</Button>
</DropdownMenuTrigger>
@@ -80,9 +80,9 @@ export function LocaleToggle({
<Image
src={localeFlags[targetLocale].src}
alt={localeFlags[targetLocale].alt}
width={24}
height={24}
className="h-6 w-6 shrink-0 rounded-full object-cover transition-transform duration-300 ease-out group-hover:scale-110"
width={20}
height={20}
className="h-5 w-5 shrink-0 rounded-full object-cover transition-transform duration-300 ease-out group-hover:scale-110"
/>
</a>
</DropdownMenuItem>