Update
This commit is contained in:
@@ -242,7 +242,7 @@ function renderContent(notification: NotificationItemProps) {
|
||||
avatar: (
|
||||
<img
|
||||
alt={notification.title}
|
||||
src="/icons/ic_mail.svg"
|
||||
src="/image/ic_mail.svg"
|
||||
/>
|
||||
),
|
||||
title,
|
||||
@@ -253,7 +253,7 @@ function renderContent(notification: NotificationItemProps) {
|
||||
avatar: (
|
||||
<img
|
||||
alt={notification.title}
|
||||
src="/icons/ic_mail.svg"
|
||||
src="/image/ic_mail.svg"
|
||||
/>
|
||||
),
|
||||
title,
|
||||
@@ -264,7 +264,7 @@ function renderContent(notification: NotificationItemProps) {
|
||||
avatar: (
|
||||
<img
|
||||
alt={notification.title}
|
||||
src="/icons/ic_mail.svg"
|
||||
src="/image/ic_mail.svg"
|
||||
/>
|
||||
),
|
||||
title,
|
||||
@@ -275,7 +275,7 @@ function renderContent(notification: NotificationItemProps) {
|
||||
avatar: (
|
||||
<img
|
||||
alt={notification.title}
|
||||
src="/icons/ic_mail.svg"
|
||||
src="/image/ic_mail.svg"
|
||||
/>
|
||||
),
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user