updates to improve lighthouse performance (#149)

This commit is contained in:
Nader Dabit
2021-01-08 13:15:03 -06:00
committed by GitHub
parent 79269edbd3
commit 86c396edd5
2 changed files with 3 additions and 0 deletions

View File

@@ -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}