example: fix href path in tailwind_csr example (#2328)

This commit is contained in:
Sahaj 2024-02-17 23:40:07 +05:30 committed by GitHub
parent 001ca5148e
commit ffcf3c2952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ pub fn App() -> impl IntoView {
view! {
<Stylesheet id="leptos" href="/pkg/tailwind.css"/>
<Stylesheet id="leptos" href="/style/output.css"/>
<Link rel="shortcut icon" type_="image/ico" href="/favicon.ico"/>
<Router>
<Routes>