fix(pageingo): use singular word indicators for document information details preventing line breaking into two that looks visually uncomfortable

This commit is contained in:
Anda Toshiki 2023-09-17 02:19:21 -07:00
parent 549f6b640c
commit 177188f21d
2 changed files with 18 additions and 18 deletions

View File

@ -33,15 +33,15 @@ const timeFormNow = getFromNow(isoDatetime.value)
</div>
<div v-if="publishedTime" class="flex gap-[4px] items-center">
<eos-icons:modified-date />
Published on:<span>{{ publishedTime }}</span>
Published:<span>{{ publishedTime }}</span>
</div>
<div class="flex gap-[4px] items-center">
<radix-icons:update />
Last updated:<span>{{ timeFormNow }}</span>
Updated:<span>{{ timeFormNow }}</span>
</div>
<div class="flex gap-[4px] items-center">
<bi:file-earmark-word-fill />
Word count:<span>{{ words }}</span>
Words:<span>{{ words }}</span>
</div>
<div class="flex gap-[4px] items-center">
<ooui:clock />