🔧 fix lint errors and bumb version

This commit is contained in:
Thomas Camlong
2022-11-12 08:12:54 +09:00
parent 7414f02667
commit dfdb8678b7
21 changed files with 82 additions and 87 deletions

View File

@@ -47,22 +47,22 @@ export default function TitleChanger() {
<Stack>
<TextInput
label={t('pageTitle.label')}
placeholder={'Homarr 🦞'}
placeholder="Homarr 🦞"
{...form.getInputProps('title')}
/>
<TextInput
label={t('logo.label')}
placeholder={'/imgs/logo.png}
placeholder="/imgs/logo.png"
{...form.getInputProps('logo')}
/>
<TextInput
label={t('favicon.label')}
placeholder={'/imgs/favicon/favicon.png'}
placeholder="/imgs/favicon/favicon.png"
{...form.getInputProps('favicon')}
/>
<TextInput
label={t('background.label')}
placeholder={'/img/background.png'}
placeholder="/img/background.png"
{...form.getInputProps('background')}
/>
<Textarea