Skip to content

Commit

Permalink
Update sidebar.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald-pro authored Oct 18, 2023
1 parent 561caee commit 144269b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,14 +403,14 @@
@endif
<ul class="childNav" data-parent="admin">
@if (Auth::user()->access_level == 'Admin')
@if (env('INSTANCE') == 'UshauriDOD')
@if (env('INSTANCE') === 'UshauriDOD')
<li class="nav-item">
<a class="" href="{{route('admin-partners')}}">
<span class="item-name">Service</span>
</a>
</li>
@endif
@if (env('INSTANCE') == 'UshauriPublic')
@if (env('INSTANCE') === 'UshauriPublic')
<li class="nav-item">
<a class="" href="{{route('admin-donors')}}">
<span class="item-name">Donor</span>
Expand All @@ -421,7 +421,7 @@
<span class="item-name">Partner</span>
</a>
</li>
@endif
@endif
<li class="nav-item">
<a class="" href="{{route('admin-groups')}}">
<span class="item-name">Groups</span>
Expand Down

0 comments on commit 144269b

Please sign in to comment.