From 8110ae5392e02a6bf0218628afdb68a982db7166 Mon Sep 17 00:00:00 2001 From: WcaleNieWolny Date: Sat, 30 May 2026 08:35:08 +0200 Subject: [PATCH] fix(dashboard): remove BETA badge from native build setup Capgo Build has left beta, so the "BETA" pill next to the build-setup title in the dashboard is no longer accurate (we announce GA while still showing a beta tag). Removes the amber BETA badge from StepsBuild.vue; the title "Start a native build" stays. Pairs with the website "Capgo Build leaves beta" post (Cap-go/website#740). --- src/components/dashboard/StepsBuild.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/dashboard/StepsBuild.vue b/src/components/dashboard/StepsBuild.vue index 3710cd442a..8e848abb5b 100644 --- a/src/components/dashboard/StepsBuild.vue +++ b/src/components/dashboard/StepsBuild.vue @@ -355,9 +355,6 @@ onUnmounted(() => {

{{ t('build-setup-command-title') }}

- - BETA -

{{ t('build-setup-command-subtitle') }}