Skip to content

Commit

Permalink
Fix bubble timeline component icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem committed Dec 2, 2024
1 parent 6e9edf7 commit f28af6c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -128,8 +128,8 @@ class BubbleTimeline extends PureComponent {
return (
<Column bindToDocument={!multiColumn} ref={this.setRef} label={intl.formatMessage(messages.title)}>
<ColumnHeader
icon='users'
iconComponent={PeopleIcon}
icon='bubble'
iconComponent={BubbleChartIcon}
active={hasUnread}
title={intl.formatMessage(messages.title)}
onPin={this.handlePin}
Expand Down

0 comments on commit f28af6c

Please sign in to comment.