I have translated the messages, but 'il y a' is not displaying on the correct side.

This commit is contained in:
PascalMarchesseault
2024-09-02 19:44:33 -04:00
parent c09832e0f3
commit 4c316a68da
4 changed files with 62 additions and 31 deletions

View File

@@ -19,9 +19,10 @@
<v-tooltip :text="new Date(message.createdAt).toLocaleString()">
<template v-slot:activator="{ props }">
<span v-bind="props" class="text-sm-caption text-gray-700 mt-1">
<span v-bind="props" class="text-sm-caption text-gray-700 mt-1 ">
{{ time_ago(message.createdAt) }}
</span>
</template>
</v-tooltip>
</div>