From d5eba9620cc93dc205972a30985b382f82f72118 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Sat, 11 Jul 2026 12:41:03 -0400 Subject: [PATCH] Link to favicon --- src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.rs b/src/app.rs index f244e3b..ade5063 100644 --- a/src/app.rs +++ b/src/app.rs @@ -14,6 +14,7 @@ enum Route { #[component] pub fn App() -> Element { rsx! { + document::Link { rel: "icon", href: LOGO_ICO } document::Link { rel: "stylesheet", href: TAILWIND_CSS } Router:: {} }