Médicos: quitar píldora de recomendaciones de los badges 30d

This commit is contained in:
2026-08-14 09:11:53 +00:00
parent f80073f687
commit 7309739361

View File

@@ -28,12 +28,6 @@ const StatBadges: FC<{ d: Doctor }> = ({ d }) => (
>
<span className="font-bold">{d.ventas_30d ?? 0}</span> ventas
</span>
<span
className="inline-flex items-center gap-1.5 rounded px-2 py-0.5 text-xs font-medium"
style={{ backgroundColor: '#bdc3c7', color: '#333' }}
>
<span className="font-bold">{d.recomendaciones_30d ?? 0}</span> recomendaciones
</span>
</div>
<div className="space-y-0.5">
<span className="block w-fit rounded px-1.5 py-0.5 text-[11px] text-white" style={{ backgroundColor: '#605ca8' }}>