From 4b469ce82e90cd5b610ea91ab8266138444173d8 Mon Sep 17 00:00:00 2001 From: padreug Date: Fri, 1 Aug 2025 23:56:38 +0200 Subject: [PATCH] feat: Add "My Tickets" button to Navbar for quick access - Introduce a new button in Navbar.vue that allows users to navigate directly to their tickets, enhancing user experience and accessibility. --- src/components/layout/Navbar.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/layout/Navbar.vue b/src/components/layout/Navbar.vue index 66f513b..7f609d8 100644 --- a/src/components/layout/Navbar.vue +++ b/src/components/layout/Navbar.vue @@ -190,6 +190,10 @@ const handleLogout = async () => { Profile +