Skip to content

Commit

Permalink
fix: tag aspect on book detail
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Apr 4, 2022
1 parent 318d161 commit 9de6fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jelu-ui/src/components/BookDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ getBook()
<span
v-for="tag in book?.book?.tags"
:key="tag.id"
class="badge badge-primary mt-3 m-0.5 hover:border-secondary hover:border-4"
class="badge badge-primary mt-3 m-0.5 hover:font-bold hover:border-4"
>
<router-link :to="{ name: 'tag-detail', params: { tagId: tag.id } }">{{ tag.name }}&nbsp;</router-link>
</span>
Expand Down

0 comments on commit 9de6fab

Please sign in to comment.