aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/pages/home.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/pages/home.rs')
-rw-r--r--src/frontend/pages/home.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/pages/home.rs b/src/frontend/pages/home.rs
index d76fc6e..5076177 100644
--- a/src/frontend/pages/home.rs
+++ b/src/frontend/pages/home.rs
@@ -7,7 +7,7 @@ pub async fn page_home(state: &State<AppState>) -> HtmlTemplate<markup::DynRende
HtmlTemplate(
"Home".to_string(),
markup::new! {
- h1 { "Welcome to Jellything" }
+ p { "Welcome to Jellything" }
@NodePage { node: state.library.root.clone() }
},
)