diff --git a/src/components/portal/portal-shell.tsx b/src/components/portal/portal-shell.tsx index 1136603..09d89a1 100644 --- a/src/components/portal/portal-shell.tsx +++ b/src/components/portal/portal-shell.tsx @@ -19,7 +19,6 @@ interface PortalShellProps { const navItems = [ { label: "Meus chamados", href: "/portal/tickets" }, { label: "Abrir chamado", href: "/portal/tickets/new", icon: PlusCircle }, - { label: "Perfil", href: "/portal/profile" }, ] export function PortalShell({ children }: PortalShellProps) {