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 \ --restart unless-stopped \
-p 7575:7575 \ -p 7575:7575 \
-v ./homarr/configs:/app/data/configs \ -v ./homarr/configs:/app/data/configs \
-v ./homarr/public:/app/public \ -v ./homarr/icons:/app/public/icons \
-d ghcr.io/ajnart/homarr:latest -d ghcr.io/ajnart/homarr:latest
``` ```
@@ -123,7 +123,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./homarr/configs:/app/data/configs - ./homarr/configs:/app/data/configs
- ./homarr/public:/app/public - ./homarr/icons:/app/public/icons
ports: ports:
- '7575:7575' - '7575:7575'
``` ```

View File

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