From 6c6d53034fe9ee0cfde415730311f355dbb84802 Mon Sep 17 00:00:00 2001 From: rever-tecnologia Date: Mon, 15 Dec 2025 13:19:08 -0300 Subject: [PATCH] style(chat): remove icone do header para mais espaco MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove o icone circular preto do header do chat quando esta dentro de uma conversa, mantendo mais espaco para informacoes do ticket. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/components/chat/chat-widget.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/chat/chat-widget.tsx b/src/components/chat/chat-widget.tsx index ece49d7..2aa0b80 100644 --- a/src/components/chat/chat-widget.tsx +++ b/src/components/chat/chat-widget.tsx @@ -726,13 +726,10 @@ export function ChatWidget() { )} -
- -

- {activeSession ? `#${activeSession.ticketRef}` : "Chat"} + #{activeSession?.ticketRef ?? chatData?.ticketId?.slice(-4)}

{/* Indicador online/offline */} {liveChat?.hasMachine && (