Skip to content

Commit 2ec28e7

Browse files
committed
add necessary classes i.e app-container,mt-2
Signed-off-by: Tarun Pothulapati <tarun@gitpod.io>
1 parent 5c57d5f commit 2ec28e7

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

components/dashboard/src/App.tsx

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -351,24 +351,26 @@ function App() {
351351
<div className="container">
352352
<Menu />
353353
{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>
372374
)}
373375
<AppNotifications />
374376
<Switch>

0 commit comments

Comments
 (0)