Skip to content

Commit 3108d97

Browse files
torielstromgithub-actions[bot]
authored andcommitted
Update docs content from https://github.com/depot/app
1 parent 694b1b9 commit 3108d97

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

content/overview/index.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ hideToc: true
77

88
import {DocsCard, DocsCardGrid} from '~/components/docs/DocsCard'
99
import {DocsCTA, DocsCTASecondary} from '~/components/blog/CTA'
10+
import {TrackedLink} from '~/components/TrackedLink'
1011

1112
Depot 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.
1415
2. 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>

0 commit comments

Comments
 (0)