Skip to content

Commit

Permalink
fix card
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed Aug 2, 2024
1 parent 6908f9c commit b220a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Base/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const imageDimensions = computed(() => {
<BaseDirectusImage
v-if="image && mediaStyle === 'image-title'"
:width="24"
:height="24"œ
:height="24"
class="icon-img"
:uuid="image"
:alt="title ?? ''"
Expand Down

0 comments on commit b220a59

Please sign in to comment.