copy(preview): change button text from Start Dev Server to Start Preview

This commit is contained in:
2026-06-11 17:10:10 -07:00
parent 08fbe8405b
commit 180c55ee89

View File

@@ -478,7 +478,7 @@ function NotRunningState({ onStart }: { onStart: () => void }) {
gap: 6,
}}
>
Start Dev Server
Start Preview
</button>
</div>
);