style(chat): remove icone do header para mais espaco
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 <noreply@anthropic.com>
This commit is contained in:
parent
86f818c6f3
commit
6c6d53034f
1 changed files with 1 additions and 4 deletions
|
|
@ -726,13 +726,10 @@ export function ChatWidget() {
|
||||||
<ChevronLeft className="size-5" />
|
<ChevronLeft className="size-5" />
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
<div className="flex size-10 items-center justify-center rounded-full bg-black text-white">
|
|
||||||
<MessageCircle className="size-5" />
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<p className="text-sm font-semibold text-slate-900">
|
<p className="text-sm font-semibold text-slate-900">
|
||||||
{activeSession ? `#${activeSession.ticketRef}` : "Chat"}
|
#{activeSession?.ticketRef ?? chatData?.ticketId?.slice(-4)}
|
||||||
</p>
|
</p>
|
||||||
{/* Indicador online/offline */}
|
{/* Indicador online/offline */}
|
||||||
{liveChat?.hasMachine && (
|
{liveChat?.hasMachine && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue