Skip to content

Commit 8c677b3

Browse files
authored
Update/cta to get started (#11594)
* update defs * update cta to get started * Update docs/product/tracing/index.mdx * Delete docs/product/tracing/index.mdx
1 parent c0bceab commit 8c677b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function Header({pathname, searchPlatforms, noSearch}: Props) {
7373
href="https://sentry.io/signup/"
7474
className="transition-all duration-300 ease-in-out hover:bg-gradient-to-r hover:from-[#fa7faa] hover:via-[#ff9691] hover:to-[#ffb287]"
7575
>
76-
Start For Free
76+
Get Started
7777
</NavLink>
7878
</Fragment>
7979
<ThemeToggle />

src/components/mobileMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function MobileMenu({pathname, searchPlatforms}: Props) {
6262
<Link href="https://sentry.io/">Sign In</Link>
6363
</DropdownMenu.Item>
6464
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
65-
<Link href="https://sentry.io/signup/">Start For Free</Link>
65+
<Link href="https://sentry.io/signup/">Get Started</Link>
6666
</DropdownMenu.Item>
6767
</DropdownMenu.Content>
6868
</Theme>

0 commit comments

Comments
 (0)