From 0f8b33238f9b58547f2b2ec5cc454c8882d46f3d Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 22 Mar 2024 16:45:04 +0100 Subject: [PATCH] [Glitch] Change icon of severed relationships notifications Port 387c78ddf9c7654090b7b529ccebfb96f5cab534 to glitch-soc Signed-off-by: Claire --- .../glitch/features/notifications/components/notification.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/flavours/glitch/features/notifications/components/notification.jsx b/app/javascript/flavours/glitch/features/notifications/components/notification.jsx index 1fef05ad6d..31bafe626f 100644 --- a/app/javascript/flavours/glitch/features/notifications/components/notification.jsx +++ b/app/javascript/flavours/glitch/features/notifications/components/notification.jsx @@ -11,7 +11,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component'; import { HotKeys } from 'react-hotkeys'; import FlagIcon from '@/material-icons/400-24px/flag-fill.svg?react'; -import LinkOffIcon from '@/material-icons/400-24px/link_off.svg?react'; +import HeartBrokenIcon from '@/material-icons/400-24px/heart_broken-fill.svg?react'; import PersonIcon from '@/material-icons/400-24px/person-fill.svg?react'; import PersonAddIcon from '@/material-icons/400-24px/person_add-fill.svg?react'; import { Icon } from 'flavours/glitch/components/icon'; @@ -316,7 +316,7 @@ class Notification extends ImmutablePureComponent {
- +