mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
erroneous hyphen
This commit is contained in:
parent
6a8c26a820
commit
bb923b3f9b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub fn TodoApp() -> impl IntoView {
|
|||
provide_meta_context();
|
||||
|
||||
view! {
|
||||
<Meta name="color-scheme" content="dark-light"/>
|
||||
<Meta name="color-scheme" content="dark light"/>
|
||||
<Link rel="shortcut icon" type_="image/ico" href="/favicon.ico"/>
|
||||
<Stylesheet id="leptos" href="/pkg/server_fns_axum.css"/>
|
||||
<Router>
|
||||
|
|
Loading…
Reference in a new issue