Skip to content

Commit

Permalink
Sidebar links reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed May 21, 2024
1 parent c625a17 commit d4224af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<li class="side {{ request()->routeIs('payments.*') ? 'active' : '' }}">
<a href="{{ route('payments.index') }}" class="flex items-center gap-2 p-2 hover:bg-gray-200">
<i class="fas fa-money-bill-wave"></i>
<i class="fas fa-money-bill"></i>
<span>Payments</span>
</a>
</li>
Expand Down

0 comments on commit d4224af

Please sign in to comment.