Skip to content

Commit

Permalink
update cta to get started
Browse files Browse the repository at this point in the history
  • Loading branch information
lizokm committed Oct 16, 2024
1 parent 53871d6 commit d6e91b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function Header({pathname, searchPlatforms, noSearch}: Props) {
href="https://sentry.io/signup/"
className="transition-all duration-300 ease-in-out hover:bg-gradient-to-r hover:from-[#fa7faa] hover:via-[#ff9691] hover:to-[#ffb287]"
>
Start For Free
Get Started
</NavLink>
</Fragment>
<ThemeToggle />
Expand Down
2 changes: 1 addition & 1 deletion src/components/mobileMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function MobileMenu({pathname, searchPlatforms}: Props) {
<Link href="https://sentry.io/">Sign In</Link>
</DropdownMenu.Item>
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
<Link href="https://sentry.io/signup/">Start For Free</Link>
<Link href="https://sentry.io/signup/">Get Started</Link>
</DropdownMenu.Item>
</DropdownMenu.Content>
</Theme>
Expand Down

0 comments on commit d6e91b5

Please sign in to comment.