Skip to content

Commit

Permalink
update changelog nav
Browse files Browse the repository at this point in the history
  • Loading branch information
elijames-codecov committed Sep 17, 2024
1 parent 488fb62 commit 581547c
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions apps/changelog/src/client/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -492,38 +492,10 @@ const NAV_ITEMS: NavItemsProps[] = [
{
id: 'blog',
title: 'Blog',
type: 'button',
type: 'a',
to: 'https://blog.sentry.io',
variant: 'ghost',
className: '',
children: [
{
id: 'blogMenu',
title: '',
children: [
{
id: 'sentryBlog',
title: 'Sentry Blog',
to: 'https://blog.sentry.io/',
variant: 'ghost',
type: 'a',
},
{
id: 'enggBlog',
title: 'Engineering Blog',
to: 'https://sentry.engineering/',
variant: 'ghost',
type: 'a',
},
{
id: 'changelog',
title: 'Changelog',
to: 'https://sentry.io/changelog/',
variant: 'ghost',
type: 'a',
},
],
},
],
},
{
id: 'sandbox',
Expand Down

0 comments on commit 581547c

Please sign in to comment.