Skip to content

Commit

Permalink
feat: add is highlighted to blockcardthreecolumn
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Divers committed Dec 5, 2024
1 parent 7b85695 commit cd73fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib-components/BlockCardThreeColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const parsedDateFormat = computed(() => {
<BlockTag
:label="label.title"
:is-secondary="true"
:is-highlighted="label.isHighlighted"
/>
</div>
</template>
Expand Down
1 change: 1 addition & 0 deletions src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export interface LocationItemType {
export interface EventFiltersItemType {
id: string
title: string
isHighlighted?: boolean
}

export interface SearchLinkItemType {
Expand Down

0 comments on commit cd73fdb

Please sign in to comment.