From 6dd7867ba6916e871f2ba4544b2ccf3cdab45943 Mon Sep 17 00:00:00 2001 From: josedario87 <71241187+josedario87@users.noreply.github.com> Date: Wed, 11 Jun 2025 04:56:17 -0600 Subject: [PATCH] Add close button for mobile sidebar --- ui/src/components/ui/NavBar.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/src/components/ui/NavBar.vue b/ui/src/components/ui/NavBar.vue index c9d8a52..b21d26d 100644 --- a/ui/src/components/ui/NavBar.vue +++ b/ui/src/components/ui/NavBar.vue @@ -79,7 +79,11 @@ const handleLinkClick = () => {
- + +