fix(fs.dev): Small issue in theme picker
This commit is contained in:
parent
29a165ca53
commit
4eaa903bea
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue