diff --git a/components/status/StatusPreviewCard.vue b/components/status/StatusPreviewCard.vue index c91f99da..36c30b29 100644 --- a/components/status/StatusPreviewCard.vue +++ b/components/status/StatusPreviewCard.vue @@ -70,17 +70,11 @@ const providerName = $computed(() => props.card.providerName ? props.card.provid px3 max-h-2xl flex flex-col :class="[ - root ? 'flex-gap-1 py1 sm:py3' : 'py3 justify-center sm:justify-start', + root ? 'flex-gap-1 py1 sm:py3' : 'py1 justify-center sm:justify-start', ]" + my-auto > -

+

{{ providerName }}

props.card.providerName ? props.card.provid >{{ card.title }}

{{ card.description }}