From 5508356f7feab1144d769f149dc77d180c926a6a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 19:53:22 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/calendar.index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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;