From ec625cf182d4ac552ae844712efb0632b3157cde Mon Sep 17 00:00:00 2001 From: SteveCookTU Date: Tue, 3 Sep 2024 12:26:08 -0400 Subject: [PATCH] Update routes --- src/app.rs | 8 ++++++++ src/components/common.rs | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/app.rs b/src/app.rs index d424672..140b6cd 100644 --- a/src/app.rs +++ b/src/app.rs @@ -10,6 +10,14 @@ pub fn app() -> impl IntoView { view! { + +

"Welcome to the Sports Time Puller"

+

"Click an option on the navigation bar above to get started."

+ + }/> +
+

"Welcome to the Sports Time Puller"

diff --git a/src/components/common.rs b/src/components/common.rs index f4fe522..296d1e1 100644 --- a/src/components/common.rs +++ b/src/components/common.rs @@ -8,10 +8,10 @@ pub fn Common() -> impl IntoView { view! {