small improvement
This commit is contained in:
@@ -62,7 +62,10 @@ const references = computed<Note[]>(() => {
|
||||
</div>
|
||||
<hr class="my-3" />
|
||||
<div class="flex text-sm text-secondary">
|
||||
<span>{{ note.wordCount }} words</span>
|
||||
<span
|
||||
>{{ note.wordCount }}
|
||||
{{ note.wordCount === 1 ? 'word' : 'words' }}</span
|
||||
>
|
||||
<span class="ml-auto">Last modified {{ formatDate(note.modified) }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user