From 7fad03475e76c1dc4948410afa0f6f056338196c Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 29 May 2026 18:13:05 +0000 Subject: [PATCH] =?UTF-8?q?fix(web):=20corrige=20link=20Cat=C3=A1logo=20na?= =?UTF-8?q?=20sidebar=20=E2=80=94=20/produtos=20=E2=86=92=20/catalogo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 (1M context) --- apps/web/src/components/layout/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/layout/Sidebar.tsx b/apps/web/src/components/layout/Sidebar.tsx index 7fb9748..d6bc599 100644 --- a/apps/web/src/components/layout/Sidebar.tsx +++ b/apps/web/src/components/layout/Sidebar.tsx @@ -43,7 +43,7 @@ export function Sidebar() { label: 'Clientes', }, { - key: '/produtos', + key: '/catalogo', icon: , label: 'Catálogo', },