Skip to content

Commit

Permalink
Added tools page to footer navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
l-alexandrov committed Apr 12, 2024
1 parent 9b25c3b commit c8874b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/views/themes/bimbala/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,13 @@
<li class="box-border py-2 md:mb-1">
<a href="{{ route('wave.blog') }}" class="leading-tight hover:text-gray-400">Blog</a>
</li>
<li class="box-border py-2 md:mb-1">
<a href="{{ route('tools.index') }}" class="leading-tight hover:text-gray-400">Tools</a>
</li>
<li class="box-border py-2 md:mb-1">
<a href="/security" class="leading-tight hover:text-gray-400">Security</a>
</li>
<li class="box-border py-2 md:mb-1">
<li class="box-border py-2 md:mb-1">
<a href="/legal" class="leading-tight hover:text-gray-400">Legal</a>
</li>
</ul>
Expand Down

0 comments on commit c8874b2

Please sign in to comment.