File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -473,14 +473,22 @@ export default function Menu() {
473
473
) }
474
474
{ isLP && (
475
475
< 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.{ " " }
477
478
< a
478
479
className = "gp-link hover:text-gray-600"
479
480
href = "https://www.gitpod.io/community-license?utm_source=local-preview"
480
481
>
481
- the community license page
482
+ Request a community license
482
483
</ 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.
484
492
</ Alert >
485
493
) }
486
494
</ header >
You can’t perform that action at this time.
0 commit comments