Skip to content

Commit

Permalink
Update nav.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 28, 2024
1 parent 2422413 commit f9f75b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/partials/admin/jexactyl/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<li @if($activeTab === 'coupons') class="active" @endif>
<a href="{{ route('admin.jexactyl.coupons') }}">Coupons</a>
</li>
<li @if($activeTab === 'info') class="active" @endif>
<a href="{{ route('admin.jexactyl.info') }}">Coupons</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit f9f75b7

Please sign in to comment.