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