Skip to content

Commit

Permalink
feat: ✨ use the right icon
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoscurati committed Sep 10, 2024
1 parent 5d376ee commit 1ca448e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/settings/settings.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class SettingsPage extends PureComponent {
if (useExternalServices) {
tabs.splice(4, 0, {
content: t('notifications'),
icon: <i className="fa fa-bell" />,
icon: <Icon name={IconName.Notification} />,
key: NOTIFICATIONS_SETTINGS_ROUTE,
});
}
Expand Down

0 comments on commit 1ca448e

Please sign in to comment.