Skip to content

Commit

Permalink
examples: fix CSS file name in tailwind_axum (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored Feb 17, 2024
1 parent 0f7b884 commit 1e000af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 deletions examples/tailwind_axum/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions examples/tailwind_axum/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ pub fn App() -> impl IntoView {
provide_meta_context();

view! {

<Stylesheet id="leptos" href="/pkg/tailwind_axum.css"/>
<Stylesheet id="leptos" href="/pkg/leptos_tailwind.css"/>
<Link rel="shortcut icon" type_="image/ico" href="/favicon.ico"/>
<Router>
<Routes>
Expand Down

0 comments on commit 1e000af

Please sign in to comment.