Rename "leptos_start" to "libretunes"

This commit is contained in:
2024-03-01 18:53:42 -05:00
parent 59b11dae76
commit b06461ce74
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ pub fn App() -> impl IntoView {
view! {
// injects a stylesheet into the document <head>
// id=leptos means cargo-leptos will hot-reload this stylesheet
<Stylesheet id="leptos" href="/pkg/leptos_start.css"/>
<Stylesheet id="leptos" href="/pkg/libretunes.css"/>
// sets the document title
<Title text="LibreTunes"/>