1
0
Fork 0

fix(fs.dev): Small issue in theme picker

This commit is contained in:
Joost De Cock 2022-01-24 09:06:28 +01:00
parent 29a165ca53
commit 4eaa903bea

View file

@ -26,8 +26,8 @@ const ThemePicker = ({ app, className }) => {
className="btn btn-ghost text-base-content hover:bg-base-200"
>
{app.i18n
? app.t(`${app.theme}Theme`)
: `${app.theme} Theme`
? app.t(`${theme}Theme`)
: `${theme} Theme`
}
</button>
</li>