Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector authored Dec 18, 2024
1 parent d1c4e8b commit bfe1807
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/omniSidebarNav/submenus/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const support = () => {
'New Relic Performance Monitoring',
),

// Should could move to the education menu.
// Consider moving to the education/tutorials section.
getGuideDirectory(
'guides/frontend-performance',
'Front End Performance',
Expand Down
1 change: 0 additions & 1 deletion src/components/omniSidebarNav/submenus/terminus.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const terminus = () => {
link: '/terminus',
title: 'Command Line Interface (CLI)',
children: [
// @todo, copy the order from the terminus template

simpleLink('/terminus', 'Terminus User Manual', [
simpleLink('/terminus', 'Introduction'),
Expand Down

0 comments on commit bfe1807

Please sign in to comment.