Revert "Updated the label for the Tickets button"

This reverts commit a99f6fd20e.
This commit is contained in:
Joao Ramos
2024-02-13 15:43:24 +00:00
parent a99f6fd20e
commit 2a1b5236ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ",
)}>
New Ticket
Tickets
</Link>
)}
<Link

View File

@@ -173,7 +173,7 @@ export default function Sidebar({
<Nav
disabled={disableNavigation}
Icon={BsClipboardData}
label="New Ticket"
label="Tickets"
path={path}
keyPath="/tickets"
isMinimized={isMinimized}