File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export function InfoBox() {
77 return (
88 < InfoBoxPrimitive >
99 < div className = "flex w-full flex-wrap items-center gap-x-2 gap-y-0.5 text-text-md" >
10- < p className = "font-semibold" > This is a ZenML Cloud feature</ p >
10+ < p className = "font-semibold" > This is a ZenML Cloud feature. </ p >
1111 < p >
1212 Upgrade to ZenML Cloud to access the Artifact Control Plane and interact with your
1313 artifacts in the Dashboard.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export function InfoBox() {
77 return (
88 < InfoBoxPrimitive >
99 < div className = "flex w-full flex-wrap items-center gap-x-2 gap-y-0.5 text-text-md" >
10- < p className = "font-semibold" > This is a ZenML Cloud feature</ p >
10+ < p className = "font-semibold" > This is a ZenML Cloud feature. </ p >
1111 < p >
1212 Upgrade to ZenML Cloud to access the Model Control Plane and interact with your models in
1313 the Dashboard.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export function HeaderOnboardingBox() {
66 < div className = "w-full px-7 py-5 md:w-2/3" >
77 < h2 className = "text-display-xs font-semibold" > Welcome to ZenML</ h2 >
88 < p className = "mt-2 text-text-lg text-theme-text-secondary" >
9- You successfully installed ZenML dashboard. Now you can get started with your new ZenML
9+ You successfully installed the ZenML dashboard. Now you can get started with your new ZenML
1010 server.
1111 </ p >
1212 </ div >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export function InfoBox() {
1616 return (
1717 < InfoBoxPrimitive >
1818 < div className = "flex w-full flex-wrap items-center gap-x-2 gap-y-0.5 text-text-md" >
19- < p className = "font-semibold" > We are creating a new Stacks experience</ p >
19+ < p className = "font-semibold" > We are creating a new Stacks experience. </ p >
2020 < p > In the meanwhile you can use the CLI to add and admin your stacks.</ p >
2121 </ div >
2222 </ InfoBoxPrimitive >
@@ -32,7 +32,7 @@ export function HeaderBox() {
3232 < h2 className = "text-display-xs font-semibold" > Learn More about Stacks</ h2 >
3333 < p className = "mt-2 text-text-lg text-theme-text-secondary" >
3434 Get started with ZenML Stacks and Stack Components in this starter guide video. Set up
35- Your Stack from local to cloud.
35+ your stack locally and in the cloud.
3636 </ p >
3737 < VideoModal videoLink = { videoLink } buttonText = "Watch the Starter Guide (2 min)" />
3838 </ div >
You can’t perform that action at this time.
0 commit comments