Merge branch 'staging' of https://dev.sismedika.online/febio/aso into staging
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user