add plate to object lifecycle

This commit is contained in:
Josh Hawkins 2025-10-25 09:39:33 -05:00
parent e06c88564c
commit 65d6b042d4

View File

@ -632,13 +632,17 @@ export default function ObjectLifecycle({
}} }}
role="button" role="button"
> >
<div className={cn("ml-1 rounded-full bg-muted-foreground p-2")}> <div
className={cn(
"relative ml-2 rounded-full bg-muted-foreground p-2",
)}
>
{getIconForLabel( {getIconForLabel(
event.label, event.sub_label ? event.label + "-verified" : event.label,
"size-6 text-primary dark:text-white", "size-4 text-white",
)} )}
</div> </div>
<div className="flex items-end gap-2"> <div className="flex items-center gap-2">
<span>{label}</span> <span>{label}</span>
<span className="text-secondary-foreground"> <span className="text-secondary-foreground">
{formattedStart ?? ""} - {formattedEnd ?? ""} {formattedStart ?? ""} - {formattedEnd ?? ""}