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 = {
7676 "arrow-left" : ( className : string ) => < ArrowLeftIcon className = { cn ( "text-white" , className ) } /> ,
7777 background : ( className : string ) => < CloudIcon className = { cn ( "text-sky-400" , className ) } /> ,
7878 beaker : ( className : string ) => < BeakerIcon className = { cn ( "text-purple-500" , className ) } /> ,
79+ bell : ( className : string ) => < BellAlertIcon className = { cn ( "text-amber-500" , className ) } /> ,
7980 billing : ( className : string ) => < CreditCardIcon className = { cn ( "text-teal-500" , className ) } /> ,
80-
8181 browser : ( className : string ) => < WindowIcon className = { cn ( "text-dimmed" , className ) } /> ,
8282 calendar : ( className : string ) => (
8383 < CalendarDaysIcon className = { cn ( "text-purple-500" , className ) } />
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class TriggerStatus {
3232 } ,
3333 {
3434 name : status . label ?? `Status update` ,
35- icon : "clock " ,
35+ icon : "bell " ,
3636 params : {
3737 ...status ,
3838 } ,
You can’t perform that action at this time.
0 commit comments