From b34166691e47453a14f2f0c71de3c9e86f67771a Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Sun, 30 Nov 2025 00:37:54 -0300 Subject: [PATCH] refactor: simplify ChatWidget component by removing pulse animation and updating chat icon for improved visual clarity --- apps/web/src/lib/components/chat/ChatWidget.svelte | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/apps/web/src/lib/components/chat/ChatWidget.svelte b/apps/web/src/lib/components/chat/ChatWidget.svelte index f539477..12d3e7c 100644 --- a/apps/web/src/lib/components/chat/ChatWidget.svelte +++ b/apps/web/src/lib/components/chat/ChatWidget.svelte @@ -807,11 +807,6 @@ style="background: conic-gradient(from 0deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%); animation: rotate 3s linear infinite;" > - -
- - - - +