From ad0d54b2a14fb0313a9cb82caf91c955691cd4d1 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Fri, 29 Dec 2023 21:14:05 -0500 Subject: [PATCH] Set page title to LibreTunes --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 8e8a378..fe828a6 100644 --- a/src/app.rs +++ b/src/app.rs @@ -13,7 +13,7 @@ pub fn App() -> impl IntoView { // sets the document title - + <Title text="LibreTunes"/> // content for this welcome page <Router>