Revert "📝 Background image placeholder and instructions"

This reverts commit 4833157061.
This commit is contained in:
Aimsucks
2022-06-08 20:18:42 +00:00
parent 4833157061
commit 5cc160473c
2 changed files with 3 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ docker run \
--restart unless-stopped \
-p 7575:7575 \
-v ./homarr/configs:/app/data/configs \
-v ./homarr/public:/app/public \
-v ./homarr/icons:/app/public/icons \
-d ghcr.io/ajnart/homarr:latest
```
@@ -123,7 +123,7 @@ services:
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/public:/app/public
- ./homarr/icons:/app/public/icons
ports:
- '7575:7575'
```

View File

@@ -43,11 +43,7 @@ export default function TitleChanger() {
placeholder="/favicon.svg"
{...form.getInputProps('favicon')}
/>
<TextInput
label="Background"
placeholder="/background.png"
{...form.getInputProps('background')}
/>
<TextInput label="Background" placeholder="" {...form.getInputProps('background')} />
<Button type="submit">Save</Button>
</Group>
</form>