fix: stack event icon
This commit is contained in:
parent
a23cc54cb3
commit
173b14a3e8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const getPointerIcon = (type) => {
|
|||
case 'log':
|
||||
return 'funnel/exclamation-circle';
|
||||
case 'stack':
|
||||
return 'funnel/file-exclamation';
|
||||
return 'funnel/patch-exclamation-fill';
|
||||
case 'resource':
|
||||
return 'funnel/file-medical-alt';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue