Skip to content

Commit

Permalink
commenting out hidden nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Newman authored and Joseph Newman committed Feb 7, 2024
1 parent 361e0aa commit 7903803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified build/ui-bundle.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion src/partials/nav-explore-hidden.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="nav-panel-explore{{#unless page.navigation}} is-active{{/unless}}" data-panel="explore">
{{#if page.component}}
{{!--
{{#if page.component}}
<div class="context">
<span class="title">{{page.component.title}}</span>
<span class="version">{{#unless (eq page.componentVersion.displayVersion 'default')}}{{page.componentVersion.displayVersion}}{{/unless}}</span>
Expand All @@ -22,4 +23,5 @@
{{/if}}
{{/each}}
</ul>
--}}
</div>

0 comments on commit 7903803

Please sign in to comment.