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