Hotfix #512 not showing the correct date

Co-authored-by: Essem <smswessem@gmail.com>
This commit is contained in:
Emma Cypress
2022-06-01 12:31:35 -04:00
committed by GitHub
parent adbd58a949
commit 91d05434ca

View File

@@ -89,7 +89,9 @@
</div>
<div class="dates">
<div
v-tooltip="$dayjs(createdAt).format('MMMM D, YYYY [at] h:mm:ss A')"
v-tooltip="
$dayjs(project.published).format('MMMM D, YYYY [at] h:mm:ss A')
"
class="date"
>
<CalendarIcon aria-hidden="true" />
@@ -97,7 +99,9 @@
<span class="value">{{ $dayjs(project.published).fromNow() }}</span>
</div>
<div
v-tooltip="$dayjs(updatedAt).format('MMMM D, YYYY [at] h:mm:ss A')"
v-tooltip="
$dayjs(project.updated).format('MMMM D, YYYY [at] h:mm:ss A')
"
class="date"
>
<UpdateIcon aria-hidden="true" />