Skip to content

Commit

Permalink
Merge pull request #44 from Laravel-Backpack/remove-hardcoded-admin
Browse files Browse the repository at this point in the history
remove hardcoded admin menu separator
  • Loading branch information
pxpm authored Aug 9, 2023
2 parents 9bbf0bc + 543ad6f commit 5f2a920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/inc/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<div class="simplebar-mask">
<div class="simplebar-content-wrapper" tabindex="0" role="region" aria-label="scrollable content">
<div class="simplebar-content">
<li class="nav-title">{{ trans('backpack::base.administration') }}</li>
@include(backpack_view('inc.sidebar_content'))
</div>
</div>
Expand Down

0 comments on commit 5f2a920

Please sign in to comment.