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(() => {