You've already forked AstralRinth
forked from didirus/AstralRinth
Merge pull request #521 from modrinth/fix/512
Hotfix #512 not showing the correct date
This commit is contained in:
@@ -89,7 +89,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="dates">
|
<div class="dates">
|
||||||
<div
|
<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"
|
class="date"
|
||||||
>
|
>
|
||||||
<CalendarIcon aria-hidden="true" />
|
<CalendarIcon aria-hidden="true" />
|
||||||
@@ -97,7 +99,9 @@
|
|||||||
<span class="value">{{ $dayjs(project.published).fromNow() }}</span>
|
<span class="value">{{ $dayjs(project.published).fromNow() }}</span>
|
||||||
</div>
|
</div>
|
||||||
<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"
|
class="date"
|
||||||
>
|
>
|
||||||
<UpdateIcon aria-hidden="true" />
|
<UpdateIcon aria-hidden="true" />
|
||||||
|
|||||||
Reference in New Issue
Block a user