We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7575b7d commit 64bb3b9Copy full SHA for 64bb3b9
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<link data-trunk rel="rust" data-wasm-opt="z" />
6
- <link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico" />
+ <link data-trunk rel="icon" type="image/ico" href="/public/LogoSegunMichael.ico" />
7
<link
8
data-trunk
9
rel="copy-file"
public/LogoSegunMichael.ico
9.44 KB
src/app.rs
@@ -11,7 +11,7 @@ pub fn App(cx: Scope) -> impl IntoView {
11
view! {
12
cx,
13
<Stylesheet id="leptos" href="/pkg/tailwind.css"/>
14
- <Link rel="shortcut icon" type_="image/ico" href="/favicon.ico"/>
+ <Link rel="shortcut icon" type_="image/ico" href="/LogoSegunMichael.ico"/>
15
<Router>
16
<Routes>
17
<Route path="" view= move |cx| view! { cx, <Index /> }/>
0 commit comments