Skip to content

Commit 4e71322

Browse files
authored
update CTAs (#11485)
1 parent 97b837d commit 4e71322

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-
Get Started
76+
Start For Free
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/">Get Started</Link>
65+
<Link href="https://sentry.io/signup/">Start For Free</Link>
6666
</DropdownMenu.Item>
6767
</DropdownMenu.Content>
6868
</Theme>

0 commit comments

Comments
 (0)