mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
updates to improve lighthouse performance (#149)
This commit is contained in:
@@ -51,6 +51,8 @@ const I18nWidget: FC = () => {
|
||||
>
|
||||
<button className={s.button} aria-label="Language selector">
|
||||
<img
|
||||
width="20"
|
||||
height="20"
|
||||
className="block mr-2 w-5"
|
||||
src={`/${LOCALES_MAP[currentLocale].img.filename}`}
|
||||
alt={LOCALES_MAP[currentLocale].img.alt}
|
||||
|
Reference in New Issue
Block a user