Skip to content

Commit

Permalink
add to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt committed Nov 16, 2023
1 parent 167ba81 commit 18304b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/user/_sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<div class="sidebar-item"><a href="{{ $user->url . '/myos' }}" class="{{ set_active('user/' . $user->name . '/myos*') }}">MYO Slots</a></div>
<div class="sidebar-item"><a href="{{ $user->url . '/inventory' }}" class="{{ set_active('user/' . $user->name . '/inventory*') }}">Inventory</a></div>
<div class="sidebar-item"><a href="{{ $user->url . '/bank' }}" class="{{ set_active('user/' . $user->name . '/bank*') }}">Bank</a></div>
<div class="sidebar-item"><a href="{{ $user->url . '/pets' }}" class="{{ set_active('user/' . $user->name . '/pets*') }}">Pets</a></div>
</li>
<li class="sidebar-section">
<div class="sidebar-section-header">History</div>
Expand Down

0 comments on commit 18304b1

Please sign in to comment.