diff --git a/README.md b/README.md index 7975b89da..7b5045425 100644 --- a/README.md +++ b/README.md @@ -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' ``` diff --git a/src/components/Settings/AdvancedSettings.tsx b/src/components/Settings/AdvancedSettings.tsx index 301b32a02..f3daa9786 100644 --- a/src/components/Settings/AdvancedSettings.tsx +++ b/src/components/Settings/AdvancedSettings.tsx @@ -43,11 +43,7 @@ export default function TitleChanger() { placeholder="/favicon.svg" {...form.getInputProps('favicon')} /> - +