Skip to content

Commit

Permalink
Fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jun 13, 2024
1 parent 0e612dc commit 043422d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</mat-expansion-panel>
</mat-accordion>
<div class="flex flex-row" *ngIf="isOfflineDownloadAvailable() && (lastModified$ | async)">
<div class="w-full ms-2">{{resources.lastUpdatedOn}} {{lastModified | date:'dd/MM/yyyy'}}</div>
<div class="w-full ms-2">{{resources.lastUpdatedOn}} {{lastModified$ | async | date:'dd/MM/yyyy'}}</div>
</div>
<p class="ms-2" *ngIf="isOfflineDownloadAvailable()">
{{resources.offlinePurchaseGraditude}}<br/>
Expand Down

0 comments on commit 043422d

Please sign in to comment.