File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed
apps/changelog/src/client/components Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments