File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ 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+ 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.
14152 . Choose your path:
1516
1617<DocsCardGrid cols = { 2 } >
@@ -61,12 +62,10 @@ Depot accelerates your most important development workflows.
6162
6263</DocsCardGrid >
6364
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 >
65+ <DocsCTASecondary buttonId = " " >
66+ <TrackedLink href = " /docs/managed/overview" buttonId = " main-docs-cta-to-managed" >
67+ <span className = " text-radix-mauve12 font-semibold" >
68+ Deploy the entire Depot data plane in your AWS account. Learn more about Depot Managed &rarr ;
69+ </span >
70+ </TrackedLink >
7271</DocsCTASecondary >
You can’t perform that action at this time.
0 commit comments