Removed video call, fixed logo, CRM changes with color theme

This commit is contained in:
2026-06-26 20:30:46 +02:00
parent 46a3216386
commit c428435f2f
8 changed files with 36 additions and 80 deletions
@@ -98,7 +98,7 @@ export function LeadStatusChart({ data }: LeadStatusChartProps) {
key={i}
d={arcPath(160, 160, oR, iR, s.start, s.end)}
fill={`url(#chart-grad-${i})`}
stroke="#d4d4d4"
stroke="#000000"
strokeWidth="1"
opacity={hov !== null && !isH ? 0.3 : 1}
style={{