diff --git a/README.md b/README.md
index 7b5045425..7975b89da 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/icons:/app/public/icons \
+ -v ./homarr/public:/app/public \
-d ghcr.io/ajnart/homarr:latest
```
@@ -123,7 +123,7 @@ services:
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- - ./homarr/icons:/app/public/icons
+ - ./homarr/public:/app/public
ports:
- '7575:7575'
```
diff --git a/src/components/Settings/AdvancedSettings.tsx b/src/components/Settings/AdvancedSettings.tsx
index f3daa9786..301b32a02 100644
--- a/src/components/Settings/AdvancedSettings.tsx
+++ b/src/components/Settings/AdvancedSettings.tsx
@@ -43,7 +43,11 @@ export default function TitleChanger() {
placeholder="/favicon.svg"
{...form.getInputProps('favicon')}
/>
-
+