Skip to content

Commit b3cc158

Browse files
update changelog nav (#11384)
1 parent 9718351 commit b3cc158

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

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

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -492,38 +492,10 @@ const NAV_ITEMS: NavItemsProps[] = [
492492
{
493493
id: 'blog',
494494
title: 'Blog',
495-
type: 'button',
495+
type: 'a',
496+
to: 'https://blog.sentry.io',
496497
variant: 'ghost',
497498
className: '',
498-
children: [
499-
{
500-
id: 'blogMenu',
501-
title: '',
502-
children: [
503-
{
504-
id: 'sentryBlog',
505-
title: 'Sentry Blog',
506-
to: 'https://blog.sentry.io/',
507-
variant: 'ghost',
508-
type: 'a',
509-
},
510-
{
511-
id: 'enggBlog',
512-
title: 'Engineering Blog',
513-
to: 'https://sentry.engineering/',
514-
variant: 'ghost',
515-
type: 'a',
516-
},
517-
{
518-
id: 'changelog',
519-
title: 'Changelog',
520-
to: 'https://sentry.io/changelog/',
521-
variant: 'ghost',
522-
type: 'a',
523-
},
524-
],
525-
},
526-
],
527499
},
528500
{
529501
id: 'sandbox',

0 commit comments

Comments
 (0)