From 134aa93005c1ae0fad20f53e1f6d791aeafbb028 Mon Sep 17 00:00:00 2001 From: jciasenza Date: Fri, 1 Nov 2024 15:59:38 -0300 Subject: [PATCH] fix: Replace WatchOutline with Notifications --- .../sidebar/sidebars/notifications/NotificationIcon.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/courseware/course/sidebar/sidebars/notifications/NotificationIcon.jsx b/src/courseware/course/sidebar/sidebars/notifications/NotificationIcon.jsx index 7931f677e4..d4894bdfd4 100644 --- a/src/courseware/course/sidebar/sidebars/notifications/NotificationIcon.jsx +++ b/src/courseware/course/sidebar/sidebars/notifications/NotificationIcon.jsx @@ -1,6 +1,6 @@ import { injectIntl, intlShape } from '@edx/frontend-platform/i18n'; import { Icon } from '@openedx/paragon'; -import { WatchOutline } from '@openedx/paragon/icons'; +import { Notifications } from '@openedx/paragon/icons'; import classNames from 'classnames'; import PropTypes from 'prop-types'; import React from 'react'; @@ -13,7 +13,7 @@ const NotificationIcon = ({ notificationColor, }) => ( <> - + {status === 'active' ? (