fix: clarified the posting date
This commit is contained in:
@@ -27,9 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex items-center space-x-2">
|
<div class="flex items-center space-x-2">
|
||||||
<Calendar class="w-4 h-4 stroke-1.5 text-gray-600" />
|
<Calendar class="w-4 h-4 stroke-1.5 text-gray-600" />
|
||||||
<span>
|
<span> {{ __('posted') }} {{ dayjs(job.creation).fromNow() }} </span>
|
||||||
{{ dayjs(job.creation).fromNow() }}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user