From 4c9290289a51746fdaa7be370a77d7edc95902cc Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Wed, 11 Jan 2023 22:00:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixes=20favicon=20aspect-ratio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/configs/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/configs/default.json b/data/configs/default.json index c0aaae762..ed63d4cc2 100644 --- a/data/configs/default.json +++ b/data/configs/default.json @@ -369,7 +369,7 @@ }, "pageTitle": "Homarr v0.11 ⭐️", "logoImageUrl": "/imgs/logo/logo.png", - "faviconUrl": "/imgs/logo/logo.png", + "faviconUrl": "/imgs/favicon/favicon-squared", "backgroundImageUrl": "", "customCss": "", "colors": { @@ -380,4 +380,4 @@ "appOpacity": 100 } } -} \ No newline at end of file +}