From 08e7f0c30cfd7ad16191a44d05f3ef4d02c53792 Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Sat, 22 Feb 2025 21:10:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8FFixed=20Favicon=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/root.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/root.tsx b/app/root.tsx index 28cfa1f..29c2de8 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -6,6 +6,7 @@ import { Scripts, ScrollRestoration, } from "react-router"; +import favicon from "./favicon.ico"; import type { Route } from "./+types/root"; import "./app.css"; @@ -16,7 +17,7 @@ export function Layout({ children }: { children: React.ReactNode }) { - +