Skip to content

Commit de8cbfb

Browse files
chore: update banner text (#382)
1 parent be6747b commit de8cbfb

File tree

1 file changed

+12
-4
lines changed
  • src/ui/layouts/common/layouts/AuthenticatedLayout/DeploymentBanner

1 file changed

+12
-4
lines changed

src/ui/layouts/common/layouts/AuthenticatedLayout/DeploymentBanner/index.tsx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,24 @@ function DeploymentBanner() {
66
<aside className={styles.deploymentBanner}>
77
<p className={styles.deploymentBanner__paragraph}>
88
ZenML is running locally. In order to run your pipelines in the cloud,
9-
you need to deploy ZenML. See the{' '}
9+
you need to{' '}
1010
<a
1111
target="_blank"
1212
rel="noopener noreferrer"
1313
href="https://docs.zenml.io/getting-started/deploying-zenml"
14+
>
15+
deploy ZenML yourself
16+
</a>
17+
, or spin up ZenML with one-click using the{' '}
18+
<a
19+
target="_blank"
20+
rel="noopener noreferrer"
21+
href="https://sandbox.zenml.io/"
1422
>
1523
{' '}
16-
docs
17-
</a>{' '}
18-
to learn how.
24+
MLOps Platform Sandbox
25+
</a>
26+
.
1927
</p>
2028
</aside>
2129
);

0 commit comments

Comments
 (0)