diff --git a/src/routes/calendar.index.tsx b/src/routes/calendar.index.tsx index 5427b96..291bfc8 100644 --- a/src/routes/calendar.index.tsx +++ b/src/routes/calendar.index.tsx @@ -67,6 +67,8 @@ const EVENT_TYPES = [ { key: "hearing", label: "Hearing", color: "", bg: "bg-rose-500" }, { key: "deadline", label: "Deadline", color: "", bg: "bg-orange-500" }, { key: "task", label: "Task", color: "", bg: "bg-emerald-500" }, + { key: "personal", label: "Personal", color: "", bg: "bg-pink-500" }, + { key: "general", label: "General", color: "", bg: "bg-indigo-500" }, { key: "other", label: "Other", color: "", bg: "bg-slate-500" }, ] as const;