From 89f0a5423d6c25de1c22d8abfd40434a112bed65 Mon Sep 17 00:00:00 2001 From: spinline Date: Fri, 13 Feb 2026 14:03:54 +0300 Subject: [PATCH] style: make footer even more minimal and elegant --- frontend/src/components/layout/footer.rs | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) 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! { -