From fcfb5437a93e7bb622df319775fb62e890455f0d Mon Sep 17 00:00:00 2001 From: Simula_r <18093452+simula-r@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:18:01 -0800 Subject: [PATCH] feat: mobile breakpoint for vue nodes banner (#6942) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Add mobile breakpoint to vue nodes banner ## Changes - **What**: main.json and vue nodes banner ## Screenshots (if applicable) image image ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6942-feat-mobile-breakpoint-for-vue-nodes-banner-2b66d73d36508139b69afd7e7134b72e) by [Unito](https://www.unito.io) --- src/components/topbar/TryVueNodeBanner.vue | 7 +++++-- src/locales/en/main.json | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/topbar/TryVueNodeBanner.vue b/src/components/topbar/TryVueNodeBanner.vue index cc9d6f965..48d338249 100644 --- a/src/components/topbar/TryVueNodeBanner.vue +++ b/src/components/topbar/TryVueNodeBanner.vue @@ -3,9 +3,12 @@ v-if="showVueNodesBanner" class="pointer-events-auto relative w-full h-10 bg-gradient-to-r from-blue-600 to-blue-700 flex items-center justify-center px-4" > -
+
- {{ $t('vueNodesBanner.message') }} + {{ $t('vueNodesBanner.title') }} +