From 392b2c309509e953f092643a513b10e771999cf0 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:07:30 -0800 Subject: [PATCH] Fix: dont set pinned icon if custom favicon --- src/pages/_document.jsx | 1 - src/pages/index.jsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index c9a6c29e..64dd7306 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -10,7 +10,6 @@ export default function Document() { /> -
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 04efcbe4..abeac47b 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -375,6 +375,7 @@ function Home({ initialSettings }) { + > )}