From c81a75a3b5f7927d72e944032a2d33ac880fa8f8 Mon Sep 17 00:00:00 2001 From: Matthias <19734415+MatthiasPortzel@users.noreply.github.com> Date: Thu, 26 Feb 2026 04:24:20 -0700 Subject: [PATCH] fix: border typo (#3557) --- app/components/publish/PublishWidget.vue | 6 +++--- app/components/status/StatusQuote.vue | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/components/publish/PublishWidget.vue b/app/components/publish/PublishWidget.vue index 79549410c6..9f9ca3c006 100644 --- a/app/components/publish/PublishWidget.vue +++ b/app/components/publish/PublishWidget.vue @@ -587,17 +587,17 @@ const detectLanguage = useDebounceFn(async () => { {{ $t('action.remove_quote') }} -
+- +{{ $t('error.quote_fetch_error') }} ({{ quoteFetchError }})-+ diff --git a/app/components/status/StatusQuote.vue b/app/components/status/StatusQuote.vue index 6cf9212ec4..bd1a1ff894 100644 --- a/app/components/status/StatusQuote.vue +++ b/app/components/status/StatusQuote.vue @@ -51,43 +51,43 @@ const quotedStatus = computed(() => { Post pending for approval by authorPost removed by authorPost by blocked authorPost from blocked serverPost by muted authorPost is unavailablePost by@@ -96,19 +96,19 @@ const quotedStatus = computed(() => { Post pending for approval by authorPost removed by authorPost is unavailable@@ -120,7 +120,7 @@ const quotedStatus = computed(() => { :status="quotedStatus" :actions="false" :is-nested="true" - b="base 1" rounded-lg hover:bg-active my-3 + border="base 1" rounded-lg hover:bg-active my-3 />