From a99f6fd20e9c08089fdc88b3b766a43953731f1d Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Tue, 13 Feb 2024 15:37:37 +0000 Subject: [PATCH] Updated the label for the Tickets button --- src/components/MobileMenu.tsx | 2 +- src/components/Sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MobileMenu.tsx b/src/components/MobileMenu.tsx index 2b8b95fe..ccb4e121 100644 --- a/src/components/MobileMenu.tsx +++ b/src/components/MobileMenu.tsx @@ -132,7 +132,7 @@ export default function MobileMenu({isOpen, onClose, path, user, disableNavigati "w-fit transition duration-300 ease-in-out", path === "/tickets" && "text-mti-purple-light border-b-mti-purple-light border-b-2 font-semibold ", )}> - Tickets + New Ticket )}