Update I18nWidget.tsx

This commit is contained in:
Regaron 2020-11-30 09:34:17 +05:45 committed by GitHub
parent d8c01ffcf6
commit 4f34741494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ const I18nWidget: FC = () => {
src={`/${LOCALES_MAP[currentLocale].img.filename}`}
alt={LOCALES_MAP[currentLocale].img.alt}
/>
{LOCALES_MAP[currentLocale].name}
{options && (
<span className="cursor-pointer" onClick={() => setDisplay(!display)}>
<svg