diff --git a/frontend/src/components/layout/footer.rs b/frontend/src/components/layout/footer.rs index 8970ed7..84b06c1 100644 --- a/frontend/src/components/layout/footer.rs +++ b/frontend/src/components/layout/footer.rs @@ -6,24 +6,12 @@ pub fn Footer() -> impl IntoView { let year = chrono::Local::now().format("%Y").to_string(); view! { -