fix: clarified the posting date

This commit is contained in:
Jannat Patel
2025-01-17 10:21:49 +05:30
parent 9881b7b498
commit cd4f2b1039

View File

@@ -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>