This commit is contained in:
ivan-sim
2024-10-16 09:00:56 +07:00
parent de644e5db8
commit b69588ae65

View File

@@ -242,7 +242,7 @@ function renderContent(notification: NotificationItemProps) {
avatar: ( avatar: (
<img <img
alt={notification.title} alt={notification.title}
src="https://minimal-assets-api.vercel.app/assets/icons/ic_notification_package.svg" src="/icons/ic_mail.svg"
/> />
), ),
title, title,
@@ -253,7 +253,7 @@ function renderContent(notification: NotificationItemProps) {
avatar: ( avatar: (
<img <img
alt={notification.title} alt={notification.title}
src="https://minimal-assets-api.vercel.app/assets/icons/ic_notification_shipping.svg" src="/icons/ic_mail.svg"
/> />
), ),
title, title,
@@ -275,7 +275,7 @@ function renderContent(notification: NotificationItemProps) {
avatar: ( avatar: (
<img <img
alt={notification.title} alt={notification.title}
src="https://minimal-assets-api.vercel.app/assets/icons/ic_notification_chat.svg" src="/icons/ic_mail.svg"
/> />
), ),
title, title,