From 6f8bd4162f58a82240c57551e1631919d1b85851 Mon Sep 17 00:00:00 2001 From: VPS 4 Builder Date: Wed, 8 Jul 2026 07:04:25 +0200 Subject: [PATCH] =?UTF-8?q?fix(sessions):=20avatar=20da=20conta=20em=20c?= =?UTF-8?q?=C3=ADrculo=20(rounded-full)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit O avatar/foto do número em /sessions estava rounded-2xl (quadrado arredondado); passa a rounded-full (círculo), com a foto (object-cover) preenchendo. Co-Authored-By: Claude Opus 4.8 --- frontend/views/newwhats/SessionsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/newwhats/SessionsView.tsx b/frontend/views/newwhats/SessionsView.tsx index aa90781..0c74098 100644 --- a/frontend/views/newwhats/SessionsView.tsx +++ b/frontend/views/newwhats/SessionsView.tsx @@ -358,7 +358,7 @@ const SessionCard = React.forwardRef
-
+
{inst.avatar ? {inst.name} { (e.currentTarget as HTMLImageElement).style.display = 'none'; (e.currentTarget.nextSibling as HTMLElement)?.style.setProperty('display', 'flex') }} /> : null}