mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
📝 Added a placeholder for background
This commit is contained in:
@@ -43,7 +43,11 @@ export default function TitleChanger() {
|
|||||||
placeholder="/favicon.svg"
|
placeholder="/favicon.svg"
|
||||||
{...form.getInputProps('favicon')}
|
{...form.getInputProps('favicon')}
|
||||||
/>
|
/>
|
||||||
<TextInput label="Background" placeholder="" {...form.getInputProps('background')} />
|
<TextInput
|
||||||
|
label="Background"
|
||||||
|
placeholder="/img/background.png"
|
||||||
|
{...form.getInputProps('background')}
|
||||||
|
/>
|
||||||
<Button type="submit">Save</Button>
|
<Button type="submit">Save</Button>
|
||||||
</Group>
|
</Group>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user