tooltip for edited

This commit is contained in:
Kainoa Kanter 2023-05-14 16:52:31 -07:00
parent a3435bf1c9
commit 8b611a175e
1 changed files with 5 additions and 3 deletions

View File

@ -23,9 +23,11 @@
:time="note.updatedAt"
mode="none"
>
(<i class="ph-pencil-line ph-bold"></i>
{{ i18n.ts.edited }})</MkTime
>
<i
v-tooltip.noDelay="i18n.ts.edited"
class="ph-pencil-line ph-bold"
></i>
</MkTime>
</MkA>
<MkVisibility :note="note" />
</div>