feat: remover menu de perfil do portal

This commit is contained in:
Esdras Renan 2025-11-14 07:59:09 -03:00
parent 06fdb54480
commit a49e36c25e

View file

@ -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) {