style(components): add  s to story info

This commit is contained in:
parent fe44a461ea
commit 5d921c5087
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -12,12 +12,12 @@
<a-descriptions-item label="Author"> <a-descriptions-item label="Author">
<nuxt-link :to="`/user/${story?.author._id}`">{{ story?.author.username }}</nuxt-link> <nuxt-link :to="`/user/${story?.author._id}`">{{ story?.author.username }}</nuxt-link>
<span v-if="story.coAuthor"> <span v-if="story.coAuthor">
& &nbsp;<nuxt-link :to="`/user/${story.coAuthor._id}`">{{ story.coAuthor.username }}</nuxt-link> &nbsp;&&nbsp;<nuxt-link :to="`/user/${story.coAuthor._id}`">{{ story.coAuthor.username }}</nuxt-link>
</span> </span>
</a-descriptions-item> </a-descriptions-item>
<a-descriptions-item label="Bands"> <a-descriptions-item label="Bands">
<div class="wrapLong" v-for="(item, index) in story?.currentChapter.bands"> <div class="wrapLong" v-for="(item, index) in story?.currentChapter.bands">
<span> <span v-if="item">
<nuxt-link :to="`/band/${item._id}`"> <nuxt-link :to="`/band/${item._id}`">
{{ item.name }} {{ item.name }}
</nuxt-link> </nuxt-link>