Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
9512d3ded5
commit
5508356f7f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user