From 73c14e2be33275e58a6ec89b3e2f118d50433236 Mon Sep 17 00:00:00 2001 From: rever-tecnologia Date: Thu, 18 Dec 2025 13:48:59 -0300 Subject: [PATCH] fix(desktop): ajusta layout da tela de desativacao MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove exibicao do nome da empresa - Coloca botoes lado a lado 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- apps/desktop/src/components/DeactivationScreen.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/desktop/src/components/DeactivationScreen.tsx b/apps/desktop/src/components/DeactivationScreen.tsx index e237050..46d7818 100644 --- a/apps/desktop/src/components/DeactivationScreen.tsx +++ b/apps/desktop/src/components/DeactivationScreen.tsx @@ -31,11 +31,6 @@ export function DeactivationScreen({ companyName, onRetry }: DeactivationScreenP Este dispositivo foi desativado temporariamente pelos administradores. Enquanto isso, o acesso ao portal e o envio de informações ficam indisponíveis.

- {companyName ? ( - - {companyName} - - ) : null}
@@ -47,7 +42,7 @@ export function DeactivationScreen({ companyName, onRetry }: DeactivationScreenP
-
+