Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
13twelve committed Apr 13, 2023
1 parent 61d23b9 commit 767000b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/_templates/components/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ class="nav-close hover:opacity-60 h-18 w-18 absolute right-20"
</svg>
</button>
<ul role="list" class="flex flex-col flex-nowrap min-h-full py-32">
{{-- @foreach ($tree as $key => $item)
@unless($key === '')
<li class="lg:hidden">
<a href="{{ $item['url'] }}" >{{ $item['title'] }}</a>
</li>
@endunless
@endforeach --}}

<li class="lg:hidden"><x-twilldocs::navLink url="/blog/" label="Blog" mobileNav="true" /></li>
<li class="mt-12 lg:hidden"><x-twilldocs::navLink url="/guides/" label="Guides" mobileNav="true" /></li>
<li class="mt-12 lg:hidden"><x-twilldocs::navLink url="/docs/" label="Docs" mobileNav="true" /></li>
Expand Down

0 comments on commit 767000b

Please sign in to comment.