Skip to content

Commit 64bb3b9

Browse files
committed
fix: change the favicon to other
This commit close the issue #1
1 parent 7575b7d commit 64bb3b9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<link data-trunk rel="rust" data-wasm-opt="z" />
6-
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico" />
6+
<link data-trunk rel="icon" type="image/ico" href="/public/LogoSegunMichael.ico" />
77
<link
88
data-trunk
99
rel="copy-file"

public/LogoSegunMichael.ico

9.44 KB
Binary file not shown.

src/app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub fn App(cx: Scope) -> impl IntoView {
1111
view! {
1212
cx,
1313
<Stylesheet id="leptos" href="/pkg/tailwind.css"/>
14-
<Link rel="shortcut icon" type_="image/ico" href="/favicon.ico"/>
14+
<Link rel="shortcut icon" type_="image/ico" href="/LogoSegunMichael.ico"/>
1515
<Router>
1616
<Routes>
1717
<Route path="" view= move |cx| view! { cx, <Index /> }/>

0 commit comments

Comments
 (0)