diff --git a/client/src/components/auth.rs b/client/src/components/auth.rs
index a9dcaf3..4f62615 100644
--- a/client/src/components/auth.rs
+++ b/client/src/components/auth.rs
@@ -55,7 +55,7 @@ pub fn Auth() -> impl IntoView {
node_ref=username_input_ref
disabled=move || !connected()
/>
-
+
impl IntoView {
-
// sets the document title
-
+
// injects metadata in the of the page
-
-
+
+
-
-
+
+
}
diff --git a/client/src/main.rs b/client/src/main.rs
index 5edf2a2..ab646af 100644
--- a/client/src/main.rs
+++ b/client/src/main.rs
@@ -7,6 +7,6 @@ fn main() {
console_error_panic_hook::set_once();
mount_to_body(|| {
- view! {
}
+ view! {
}
})
}
diff --git a/client/src/pages/home.rs b/client/src/pages/home.rs
index 1db5b97..807948a 100644
--- a/client/src/pages/home.rs
+++ b/client/src/pages/home.rs
@@ -32,18 +32,18 @@ pub fn Home() -> impl IntoView {
"Cards For Humanity"
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
git
diff --git a/client/src/pages/not_found.rs b/client/src/pages/not_found.rs
index 85774bb..2f4e121 100644
--- a/client/src/pages/not_found.rs
+++ b/client/src/pages/not_found.rs
@@ -3,5 +3,5 @@ use leptos::*;
/// 404 Not Found Page
#[component]
pub fn NotFound() -> impl IntoView {
- view! {
"Uh oh!"
"We couldn't find that page!"
}
+ view! {
"Uh oh!"
"We couldn't find that page!"
}
}