From 5cc160473c6f58808799e8edd275091c59f6ba98 Mon Sep 17 00:00:00 2001 From: Aimsucks Date: Wed, 8 Jun 2022 20:18:42 +0000 Subject: [PATCH] Revert ":memo: Background image placeholder and instructions" This reverts commit 4833157061c0d3cb2cc002b87c182ef6389b714d. --- README.md | 4 ++-- src/components/Settings/AdvancedSettings.tsx | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) 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')} /> - +