Skip to content

Commit

Permalink
Update navigation.pug
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Aug 17, 2023
1 parent 366b62e commit e97f2c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/command-configs/help/parts/navigation.pug
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ div.sticky-nav
if cfg.command.presets
ul.nav-preset
each preset, presetId in cfg.command.presets
li(class="preset-link " + preset.repos.join(' '))
a(href="\#link-" + commandName + "-" + presetId) #{ presetId }
if presetId !== 'default'
li(class="preset-link " + preset.repos.join(' '))
a(href="\#link-" + commandName + "-" + presetId) #{ presetId }
| Env Variables
ul
li
Expand Down

0 comments on commit e97f2c2

Please sign in to comment.