1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

feat: localizes distance time (#3874)

This commit is contained in:
Amir Raminfar
2025-05-07 08:37:17 -07:00
committed by GitHub
parent 68ca6d3040
commit 9c70416aec
18 changed files with 83 additions and 74 deletions

View File

@@ -12,7 +12,7 @@
<span> % </span>
</div>
</div>
<DistanceTime :date="date" class="text-sm whitespace-nowrap" />
<RelativeTime :date="date" class="text-sm whitespace-nowrap" />
</div>
</transition>
</template>