Skip to content

Commit

Permalink
example: fix href path in tailwind_csr example (#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsDrac authored Feb 17, 2024
1 parent 001ca51 commit ffcf3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tailwind_csr/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ffcf3c2

Please sign in to comment.