Set page title to LibreTunes

This commit is contained in:
Ethan Girouard 2023-12-29 21:14:05 -05:00
parent b34ac4e129
commit ad0d54b2a1
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -13,7 +13,7 @@ pub fn App() -> impl IntoView {
<Stylesheet id="leptos" href="/pkg/leptos_start.css"/>
// sets the document title
<Title text="Welcome to Leptos"/>
<Title text="LibreTunes"/>
// content for this welcome page
<Router>