From f28af6cc30be8f9820dd30b1ff9735f3ae1f7214 Mon Sep 17 00:00:00 2001 From: Essem Date: Sun, 1 Dec 2024 18:05:11 -0600 Subject: [PATCH] Fix bubble timeline component icon --- .../flavours/glitch/features/bubble_timeline/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/flavours/glitch/features/bubble_timeline/index.jsx b/app/javascript/flavours/glitch/features/bubble_timeline/index.jsx index 26f745c56237eb..9895cb0bc904aa 100644 --- a/app/javascript/flavours/glitch/features/bubble_timeline/index.jsx +++ b/app/javascript/flavours/glitch/features/bubble_timeline/index.jsx @@ -7,7 +7,7 @@ import { Helmet } from 'react-helmet'; import { connect } from 'react-redux'; -import PeopleIcon from '@/material-icons/400-24px/group.svg?react'; +import BubbleChartIcon from '@/material-icons/400-24px/bubble_chart.svg?react'; import { DismissableBanner } from 'flavours/glitch/components/dismissable_banner'; import { identityContextPropShape, withIdentity } from 'flavours/glitch/identity_context'; import { domain } from 'flavours/glitch/initial_state'; @@ -128,8 +128,8 @@ class BubbleTimeline extends PureComponent { return (