diff --git a/src/components/NotificationRow.tsx b/src/components/NotificationRow.tsx index d8b58c72a..72375455e 100644 --- a/src/components/NotificationRow.tsx +++ b/src/components/NotificationRow.tsx @@ -1,6 +1,6 @@ import React, { useCallback, useContext } from 'react'; import { formatDistanceToNow, parseISO } from 'date-fns'; -import { CheckIcon, MuteIcon, ReadIcon } from '@primer/octicons-react'; +import { CheckIcon, BellSlashIcon, ReadIcon } from '@primer/octicons-react'; import { formatReason, @@ -72,21 +72,22 @@ export const NotificationRow: React.FC = ({
{reason.type} - Updated{' '} {updatedAt} -
+ +
diff --git a/src/components/__snapshots__/NotificationRow.test.tsx.snap b/src/components/__snapshots__/NotificationRow.test.tsx.snap index 9d9ed5042..635848ad4 100644 --- a/src/components/__snapshots__/NotificationRow.test.tsx.snap +++ b/src/components/__snapshots__/NotificationRow.test.tsx.snap @@ -55,40 +55,40 @@ exports[`components/Notification.js should render itself & its children 1`] = ` - Updated in over 3 years -
+