Skip to content

Update "Sign in" wording to "Go to Sentry" #11723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 4, 2024
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 .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# Product Areas - www.notion.so/sentry/473791bae5bf43399d46093050b77bf0
- name: 'Product Area: Unknown'
color: '8D5494'
- name: 'Product Area: Sign In'
- name: 'Product Area: Go to Sentry'
color: '8D5494'
- name: 'Product Area: Issues'
color: '8D5494'
Expand Down
2 changes: 1 addition & 1 deletion apps/changelog/src/client/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ const NAV_ITEMS: NavItemsProps[] = [
},
{
id: 'siginIn',
title: 'Sign In',
title: 'Go to Sentry',
type: 'a',
to: 'https://sentry.io/auth/login',
variant: 'ghost',
Expand Down
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function Header({pathname, searchPlatforms, noSearch}: Props) {
<NavLink href="https://sentry.io/changelog/">Changelog</NavLink>
<NavLink href="https://try.sentry-demo.com/demo/start/">Sandbox</NavLink>
<Fragment>
<NavLink href="https://sentry.io/">Sign In</NavLink>
<NavLink href="https://sentry.io/">Go to Sentry</NavLink>
<NavLink
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]"
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 @@ -59,7 +59,7 @@ export function MobileMenu({pathname, searchPlatforms}: Props) {
<Link href="https://try.sentry-demo.com/demo/start/">Sandbox</Link>
</DropdownMenu.Item>
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
<Link href="https://sentry.io/">Sign In</Link>
<Link href="https://sentry.io/">Go to Sentry</Link>
</DropdownMenu.Item>
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
<Link href="https://sentry.io/signup/">Get Started</Link>
Expand Down
Loading