Merge branch 'staging' of https://dev.sismedika.online/febio/aso into staging

This commit is contained in:
2024-10-16 10:26:27 +07:00

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,