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
+5 -5
View File
@@ -1,9 +1,9 @@
export const LEAD_STATUSES = {
open: { label: "Open", color: "bg-white" },
contacted: { label: "Contacted", color: "bg-red-500" },
pending: { label: "Pending", color: "bg-blue-900" },
closed: { label: "Closed", color: "bg-blue-400" },
ignored: { label: "Ignored", color: "bg-black" },
open: { label: "Open", color: "bg-blue-500" },
contacted: { label: "Contacted", color: "bg-amber-500" },
pending: { label: "Pending", color: "bg-purple-500" },
closed: { label: "Closed", color: "bg-emerald-500" },
ignored: { label: "Ignored", color: "bg-zinc-500" },
} as const
export const LEAD_SOURCES = [