Skip to content

Commit 1dc47bf

Browse files
authored
Update sign in to go to sentry (#11723)
1 parent 30dcace commit 1dc47bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/labels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# Product Areas - www.notion.so/sentry/473791bae5bf43399d46093050b77bf0
8181
- name: 'Product Area: Unknown'
8282
color: '8D5494'
83-
- name: 'Product Area: Sign In'
83+
- name: 'Product Area: Go to Sentry'
8484
color: '8D5494'
8585
- name: 'Product Area: Issues'
8686
color: '8D5494'

apps/changelog/src/client/components/navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ const NAV_ITEMS: NavItemsProps[] = [
508508
},
509509
{
510510
id: 'siginIn',
511-
title: 'Sign In',
511+
title: 'Go to Sentry',
512512
type: 'a',
513513
to: 'https://sentry.io/auth/login',
514514
variant: 'ghost',

src/components/header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function Header({pathname, searchPlatforms, noSearch}: Props) {
6868
<NavLink href="https://sentry.io/changelog/">Changelog</NavLink>
6969
<NavLink href="https://try.sentry-demo.com/demo/start/">Sandbox</NavLink>
7070
<Fragment>
71-
<NavLink href="https://sentry.io/">Sign In</NavLink>
71+
<NavLink href="https://sentry.io/">Go to Sentry</NavLink>
7272
<NavLink
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]"

src/components/mobileMenu/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function MobileMenu({pathname, searchPlatforms}: Props) {
5959
<Link href="https://try.sentry-demo.com/demo/start/">Sandbox</Link>
6060
</DropdownMenu.Item>
6161
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
62-
<Link href="https://sentry.io/">Sign In</Link>
62+
<Link href="https://sentry.io/">Go to Sentry</Link>
6363
</DropdownMenu.Item>
6464
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
6565
<Link href="https://sentry.io/signup/">Get Started</Link>

0 commit comments

Comments
 (0)