feat: remover menu de perfil do portal
This commit is contained in:
parent
06fdb54480
commit
a49e36c25e
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ interface PortalShellProps {
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ label: "Meus chamados", href: "/portal/tickets" },
|
{ label: "Meus chamados", href: "/portal/tickets" },
|
||||||
{ label: "Abrir chamado", href: "/portal/tickets/new", icon: PlusCircle },
|
{ label: "Abrir chamado", href: "/portal/tickets/new", icon: PlusCircle },
|
||||||
{ label: "Perfil", href: "/portal/profile" },
|
|
||||||
]
|
]
|
||||||
|
|
||||||
export function PortalShell({ children }: PortalShellProps) {
|
export function PortalShell({ children }: PortalShellProps) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue