This commit is contained in:
ivan-sim
2024-10-16 10:30:44 +07:00
parent 979c1e06d2
commit de86988cf0
2 changed files with 5 additions and 4 deletions

View File

@@ -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,