Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading