From 6fb105ca821fcf183652965f3eeeda293914add3 Mon Sep 17 00:00:00 2001 From: emilis Date: Tue, 17 Feb 2026 20:29:55 +0000 Subject: [PATCH] use favicon --- werewolves/src/app.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/werewolves/src/app.rs b/werewolves/src/app.rs index 465aa02..9cfeecf 100644 --- a/werewolves/src/app.rs +++ b/werewolves/src/app.rs @@ -15,7 +15,7 @@ pub mod storage; use codee::string::JsonSerdeCodec; use gloo::storage::Storage; use leptos::prelude::*; -use leptos_meta::{MetaTags, Stylesheet, Title, provide_meta_context}; +use leptos_meta::{Link, MetaTags, Stylesheet, Title, provide_meta_context}; use leptos_router::{ components::{ProtectedRoute, Route, Router, Routes}, path, @@ -43,6 +43,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView { +