From 3481e698bc11aef59bdcd86528590413d999aa1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Fri, 6 Mar 2026 16:34:54 -0300 Subject: [PATCH] fix: change sidebar label to 'Meu Time' for managers --- components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Layout.tsx b/components/Layout.tsx index 1b249e0..418690d 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -115,7 +115,7 @@ export const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {currentUser.role !== 'agent' && ( <> - + )}