This commit is contained in:
Peter Maquiran
2024-10-17 22:32:43 +01:00
parent ddc6ef0265
commit bb93726fc2
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -237,7 +237,7 @@
<div *ngFor="let day of month.days; let i = index " class="EventListBox-container" >
<div class="day" >
<span *ngIf="i == 0 && isSelectedDayIsToday" > Hoje </span>
<span *ngIf="i == 0 && isSelectedDayIsToday" > Hoje, </span>
{{ day.daysInfo.dayName }} <div style="text-transform: capitalize; display: inline;">{{month.monthInfo.monthName}}</div>
</div>