From a49e36c25eae4397eb30def525d2a663cf827c6b Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Fri, 14 Nov 2025 07:59:09 -0300 Subject: [PATCH] feat: remover menu de perfil do portal --- src/components/portal/portal-shell.tsx | 1 - 1 file changed, 1 deletion(-) 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) {