diff --git a/components/status/StatusPreviewCard.vue b/components/status/StatusPreviewCard.vue index 0b155e8d..f1b5b30e 100644 --- a/components/status/StatusPreviewCard.vue +++ b/components/status/StatusPreviewCard.vue @@ -8,7 +8,6 @@ const props = defineProps<{ /** When it is root card in the list, not appear as a child card */ root?: boolean }>() -const cardImage = $computed(() => props.card.image) const alt = $computed(() => `${props.card.title} - ${props.card.title}`) const isSquare = $computed(() => props.smallPictureOnly || props.card.width === props.card.height) const providerName = $computed(() => props.card.providerName ? props.card.providerName : new URL(props.card.url).hostname) @@ -35,7 +34,7 @@ const imageSrcset = $computed(() => props.card.image target="_blank" >
props.card.image >