File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -351,24 +351,26 @@ function App() {
351
351
< div className = "container" >
352
352
< Menu />
353
353
{ isLP && (
354
- < Alert type = "warning" className = "app-container rounded-md" >
355
- You are using a < b > local preview</ b > installation, intended for exploring the product on a
356
- single machine without requiring a Kubernetes cluster.{ " " }
357
- < a
358
- className = "gp-link hover:text-gray-600"
359
- href = "https://www.gitpod.io/community-license?utm_source=local-preview"
360
- >
361
- Request a community license
362
- </ a > { " " }
363
- or{ " " }
364
- < a
365
- className = "gp-link hover:text-gray-600"
366
- href = "https://www.gitpod.io/contact/sales?utm_source=local-preview"
367
- >
368
- contact sales
369
- </ a > { " " }
370
- to get a professional license for running Gitpod in production.
371
- </ Alert >
354
+ < div className = "app-container mt-2" >
355
+ < Alert type = "warning" className = "app-container rounded-md" >
356
+ You are using a < b > local preview</ b > installation, intended for exploring the product on a
357
+ single machine without requiring a Kubernetes cluster.{ " " }
358
+ < a
359
+ className = "gp-link hover:text-gray-600"
360
+ href = "https://www.gitpod.io/community-license?utm_source=local-preview"
361
+ >
362
+ Request a community license
363
+ </ a > { " " }
364
+ or{ " " }
365
+ < a
366
+ className = "gp-link hover:text-gray-600"
367
+ href = "https://www.gitpod.io/contact/sales?utm_source=local-preview"
368
+ >
369
+ contact sales
370
+ </ a > { " " }
371
+ to get a professional license for running Gitpod in production.
372
+ </ Alert >
373
+ </ div >
372
374
) }
373
375
< AppNotifications />
374
376
< Switch >
You can’t perform that action at this time.
0 commit comments