From 43c92fd1c91580fba2fa34012d189d681068b974 Mon Sep 17 00:00:00 2001 From: Bruno Henriques <4727729+bphenriques@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:37:27 +0000 Subject: [PATCH] Fix bookmark shortcut for custom icons `shortcut` was missing from the favicon header setup when using custom icons. --- src/pages/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 10b2f6d5a..4f82049c9 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -376,7 +376,7 @@ function Home({ initialSettings }) { {settings.base && } {settings.favicon ? ( <> - + ) : (