fix: stack event icon

This commit is contained in:
Shekar Siri 2021-05-17 23:25:52 +05:30
parent a23cc54cb3
commit 173b14a3e8

View file

@ -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';