File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/webapp/app/components/primitives Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ const icons = {
76
76
"arrow-left" : ( className : string ) => < ArrowLeftIcon className = { cn ( "text-white" , className ) } /> ,
77
77
background : ( className : string ) => < CloudIcon className = { cn ( "text-sky-400" , className ) } /> ,
78
78
beaker : ( className : string ) => < BeakerIcon className = { cn ( "text-purple-500" , className ) } /> ,
79
+ bell : ( className : string ) => < BellAlertIcon className = { cn ( "text-amber-500" , className ) } /> ,
79
80
billing : ( className : string ) => < CreditCardIcon className = { cn ( "text-teal-500" , className ) } /> ,
80
-
81
81
browser : ( className : string ) => < WindowIcon className = { cn ( "text-dimmed" , className ) } /> ,
82
82
calendar : ( className : string ) => (
83
83
< CalendarDaysIcon className = { cn ( "text-purple-500" , className ) } />
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class TriggerStatus {
32
32
} ,
33
33
{
34
34
name : status . label ?? `Status update` ,
35
- icon : "clock " ,
35
+ icon : "bell " ,
36
36
params : {
37
37
...status ,
38
38
} ,
You can’t perform that action at this time.
0 commit comments