File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ hideToc: true
77
88import {DocsCard , DocsCardGrid } from ' ~/components/docs/DocsCard'
99import {DocsCTA , DocsCTASecondary } from ' ~/components/blog/CTA'
10+ import {TrackedLink } from ' ~/components/TrackedLink'
1011
1112Depot accelerates your most important development workflows.
1213
13- 1 . [ Sign up for a Depot account] ( https://depot.dev/sign-up ) . You'll get a free trial.
14+ { /* prettier-ignore */ }
15+ 1 . <TrackedLink href = " https://depot.dev/sign-up" buttonId = " docs-overview-signup" >Sign up for a Depot account</TrackedLink >. You'll get a free trial.
14162 . Choose your path:
1517
1618<DocsCardGrid cols = { 2 } >
@@ -61,12 +63,10 @@ Depot accelerates your most important development workflows.
6163
6264</DocsCardGrid >
6365
64- <DocsCTASecondary >
65- <a
66- href = " /docs/managed/overview"
67- data-ph-capture-attribute-button-id = " main-docs-cta-to-managed"
68- className = " text-radix-mauve12 font-semibold"
69- >
70- Deploy the entire Depot data plane in your AWS account. Learn more about Depot Managed &rarr ;
71- </a >
66+ <DocsCTASecondary buttonId = " " >
67+ <TrackedLink href = " /docs/managed/overview" buttonId = " main-docs-cta-to-managed" >
68+ <span className = " text-radix-mauve12 font-semibold" >
69+ Deploy the entire Depot data plane in your AWS account. Learn more about Depot Managed &rarr ;
70+ </span >
71+ </TrackedLink >
7272</DocsCTASecondary >
You can’t perform that action at this time.
0 commit comments