feat: add tickets page and update workbench rail links to correct paths

This commit is contained in:
mlogclub
2026-06-13 12:05:57 +08:00
parent d9a05a17ca
commit 32c93322e7
4 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const workbenchRailItems = [
{
key: "tickets",
titleKey: "nav.tickets",
href: "/dashboard/tickets",
href: "/workbench/tickets",
icon: FileTextIcon,
},
]