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 />