Skip to content

Commit 62e305d

Browse files
committed
update warning statement
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent f9c7fa6 commit 62e305d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

components/dashboard/src/Menu.tsx

+11-3
Original file line numberDiff line numberDiff line change
@@ -473,14 +473,22 @@ export default function Menu() {
473473
)}
474474
{isLP && (
475475
<Alert type="warning" className="app-container rounded-md">
476-
This is a local-preview instance. Visit{" "}
476+
You are using a <b>local preview</b> installation, intended for exploring the product in a
477+
single machine without requiring a Kubernetes cluster.{" "}
477478
<a
478479
className="gp-link hover:text-gray-600"
479480
href="https://www.gitpod.io/community-license?utm_source=local-preview"
480481
>
481-
the community license page
482+
Request a community license
482483
</a>{" "}
483-
for next steps on running a production version of Gitpod.
484+
or{" "}
485+
<a
486+
className="gp-link hover:text-gray-600"
487+
href="https://www.gitpod.io/contact/sales?utm_source=local-preview"
488+
>
489+
contact sales
490+
</a>{" "}
491+
to get a professional license for running Gitpod in production.
484492
</Alert>
485493
)}
486494
</header>

0 commit comments

Comments
 (0)