Skip to content

Commit

Permalink
chore(#85): update tags display
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Jul 14, 2023
1 parent b1b5dbf commit 1134883
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/components/EventCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@

<!-- Tags -->
<div class="ct-event-card__tags">
<CTTag
v-for="tag of tags"
:key="tag.id"
:value="tag.value"
:theme="theme"
/>
<CTItemList
class="ct-tag-list__content"
:items="tags"
size="small"
type="horizontal"
>
<template #default="{ item }">
<CTTag :value="item.value" :theme="theme" />
</template>
</CTItemList>

<CTLink
v-if="link"
Expand Down

0 comments on commit 1134883

Please sign in to comment.