diff --git a/src/components/chat/chat-widget.tsx b/src/components/chat/chat-widget.tsx index 79b6ad5..37d2d80 100644 --- a/src/components/chat/chat-widget.tsx +++ b/src/components/chat/chat-widget.tsx @@ -449,7 +449,7 @@ export function ChatWidget() { href={`/dashboard/tickets/${activeTicketId}`} target="_blank" rel="noopener noreferrer" - className="group flex items-center gap-1 text-xs text-slate-500 hover:text-primary transition-colors" + className="group flex items-center gap-1 text-xs text-slate-500 hover:text-slate-900 transition-colors" > #{activeSession.ticketRef} {machineHostname && - {machineHostname}}