Skip to content

Commit

Permalink
No testing necessary for this var since it is set in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfr committed Nov 29, 2021
1 parent f69d329 commit f868aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/includes/prototype-nav.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include ../mixins/render-page-tree

#__prototype-nav.br-prototype-nav(aria-hidden="true" class=navClasses.join(" "))
.br-prototype-nav-inner
h4.br-prototype-nav-main-heading #{config.pageTree.title ? config.pageTree.title : 'Prototype navigation'}
h4.br-prototype-nav-main-heading #{config.pageTree.title}
p.br-prototype-nav-text Press Ctrl + M to toggle this navigation or click <a class="br-prototype-close-nav" href="#">here</a>.

#br-page-tree
Expand Down

0 comments on commit f868aab

Please sign in to comment.