Notification fix

This commit is contained in:
CHIEFSOFT\ameye
2023-12-09 11:09:07 -05:00
parent 090a127eaa
commit bbb58332ac
5 changed files with 61 additions and 3 deletions
@@ -19,7 +19,7 @@
<div class="flex" *ngFor="let item of notificationData">
<div class="bg_image back_image" [style.backgroundImage]="'url(assets/images/notifications/'+item.icon+')'"></div>
<div class="text">
<ion-label class="bold_text">{{item.date}}</ion-label>
<ion-label class="bold_text">{{item.date | date}}</ion-label>
<ion-label class="grey_text">{{item.title}}</ion-label>
</div>
</div>