DEV: Replace `moment-from-now` with `format-date`

This commit is contained in:
Jarek Radosz 2023-01-15 21:42:46 +01:00
parent 163cf8b525
commit 670a57fd0c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<li>
Last Updated:
{{#if repo.latest.date}}
{{moment-from-now repo.latest.date interval=1000}}
{{format-date repo.latest.date}}
{{else}}
&mdash;
{{/if}}