- adding day of week to upcoming holidays (#143)

This commit is contained in:
Krzysztof Rewak 2022-05-10 09:41:30 +02:00 committed by GitHub
parent f4d928c6ae
commit 88b1543071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
{{ holiday.name }}
</p>
<p class="text-sm text-gray-500">
{{ holiday.displayDate }}
{{ holiday.displayDate }} ({{ holiday.dayOfWeek }})
</p>
</div>
</li>