Skip to content

Commit

Permalink
Remove anggota url from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiranaiZo committed Nov 26, 2023
1 parent d154a31 commit 4eb3025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
</a>
</li>

<li class="sidebar-item {{ request()->is('anggota*') ? 'active' : '' }}">
{{-- <li class="sidebar-item {{ request()->is('anggota*') ? 'active' : '' }}">
<a href="{{ url('anggota') }}" class='sidebar-link'>
<i class="bi bi-postcard-fill"></i>
<span>Anggota</span>
</a>
</li>
</li> --}}

<li class="sidebar-item {{ request()->is('anggota-umum*') ? 'active' : '' }}">
<a href="{{ url('anggota-umum') }}" class='sidebar-link'>
Expand Down

0 comments on commit 4eb3025

Please sign in to comment.