Skip to content

Commit 43271da

Browse files
committed
fix: change the way to load some resources
1 parent 07a1984 commit 43271da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app.rs

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ pub fn App() -> impl IntoView {
99
provide_meta_context();
1010

1111
view! {
12-
<Stylesheet id="leptos" href="/pkg/tailwind.css"/>
13-
<Link rel="shortcut icon" type_="image/ico" href="/LogoSegunMichael.ico"/>
1412
<Router>
1513
<Routes>
1614
<Route path="" view=|| view! { <Index /> }/>

0 commit comments

Comments
 (0)