Skip to content

Commit

Permalink
feat: add customer stories to hamburger in mobile (#686)
Browse files Browse the repository at this point in the history
Co-authored-by: Ankit Anand <[email protected]>
  • Loading branch information
harshbutfairx and ankit01-oss authored Aug 23, 2024
1 parent 3c6185e commit e01068d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/TopNav/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,14 @@ export default function TopNav() {
>
Pricing
</Link>

<Link
href="/case-study"
className="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 hover:bg-signoz_ink-200"
onClick={() => setMobileMenuOpen(false)}
>
Customer Stories
</Link>

<div className="-mx-3 inline-block rounded-lg px-3 py-2 text-base font-semibold leading-7 hover:bg-signoz_ink-200">
<GitHubStars />
Expand Down

0 comments on commit e01068d

Please sign in to comment.