Skip to content

Commit

Permalink
Updated get started button to account for mobile and smaller screen s…
Browse files Browse the repository at this point in the history
…izes (#11107)
  • Loading branch information
JLuse committed Aug 15, 2024
1 parent 4884db4 commit 4427b8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/mobileMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export function MobileMenu({pathname, searchPlatforms}: Props) {
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
<Link href="https://sentry.io/">Sign In</Link>
</DropdownMenu.Item>
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
<Link href="https://sentry.io/signup/">Get Started</Link>
</DropdownMenu.Item>
</DropdownMenu.Content>
</Theme>
</DropdownMenu.Portal>
Expand Down

0 comments on commit 4427b8c

Please sign in to comment.