From 173b14a3e81375e6277bcf2ecda05bd15bf6efa5 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 17 May 2021 23:25:52 +0530 Subject: [PATCH] fix: stack event icon --- frontend/app/components/Session_/Player/Controls/Timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session_/Player/Controls/Timeline.js b/frontend/app/components/Session_/Player/Controls/Timeline.js index 8f525c4cb..f17b37bf7 100644 --- a/frontend/app/components/Session_/Player/Controls/Timeline.js +++ b/frontend/app/components/Session_/Player/Controls/Timeline.js @@ -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';