This commit is contained in:
2026-07-16 18:43:24 +02:00
parent ae0176b49a
commit a04c3cd8e2
5 changed files with 69 additions and 15 deletions
+1 -1
View File
@@ -136,6 +136,6 @@ pub fn denied_component() -> Html {
#[component(Icon)]
pub fn icon_component() -> Html {
html! {
<img src="assets/csg.png" class="csg-icon" />
<img src="/assets/csg.png" class="csg-icon" />
}
}