From 180c55ee894fbd7bee3209e9b988a514b0d1d8d4 Mon Sep 17 00:00:00 2001 From: mawkone Date: Thu, 11 Jun 2026 17:10:10 -0700 Subject: [PATCH] copy(preview): change button text from Start Dev Server to Start Preview --- .../app/[workspace]/project/[projectId]/(home)/preview/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/preview/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/preview/page.tsx index 50518bbb..592dd6b8 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/preview/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/preview/page.tsx @@ -478,7 +478,7 @@ function NotRunningState({ onStart }: { onStart: () => void }) { gap: 6, }} > - ⚡ Start Dev Server + ⚡ Start Preview );