From 5028fd73349705e9b1daf01fc8a8a8dfb2a2c98e Mon Sep 17 00:00:00 2001 From: nzambello Date: Mon, 20 Feb 2023 15:01:51 +0100 Subject: [PATCH] fix: path to icons in head links --- app/root.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/root.tsx b/app/root.tsx index 932f610..6019c59 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -153,25 +153,25 @@ function Document({ rel="icon" type="image/png" sizes="32x32" - href={`/images/favicon-32x32.png`} + href={`/favicon-32x32.png`} /> {title ? {title} : null}