Updated the label for the Tickets button

This commit is contained in:
Joao Ramos
2024-02-13 15:37:37 +00:00
parent 2823af7ef8
commit a99f6fd20e
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 ",
)}>
Tickets
New Ticket
</Link>
)}
<Link

View File

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