erroneous hyphen

This commit is contained in:
Greg Johnston 2024-01-16 20:02:47 -05:00
parent 6a8c26a820
commit bb923b3f9b

View file

@ -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>