From 52909499b3452e032842af530729ce19086de0bf Mon Sep 17 00:00:00 2001 From: spinline Date: Sun, 1 Feb 2026 14:46:25 +0300 Subject: [PATCH] fix: replace A tags with Button tags in sidebar for better mobile touch handling --- frontend/src/components/layout/sidebar.rs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/layout/sidebar.rs b/frontend/src/components/layout/sidebar.rs index 9bb2afb..2a56a5c 100644 --- a/frontend/src/components/layout/sidebar.rs +++ b/frontend/src/components/layout/sidebar.rs @@ -34,49 +34,49 @@ pub fn Sidebar() -> impl IntoView {