Skip to content

Commit

Permalink
Added get started button to docs header with initial styling (#11103)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLuse authored Aug 15, 2024
1 parent 07eb8bb commit f912884
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ 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>
<NavLink href="https://sentry.io/">Sign In</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]"
>
Get Started
</NavLink>
</div>
<div className="lg:hidden ml-auto">
<MobileMenu pathname={pathname} searchPlatforms={searchPlatforms} />
Expand Down

0 comments on commit f912884

Please sign in to comment.