Skip to content

Commit

Permalink
remove menu header typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbaleff214 committed May 25, 2024
1 parent 4249c43 commit 1419afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@foreach ($menuData->menu as $menu)
@if (isset($menu->menuHeader))
<li class="menu-header small text-uppercase">
<span class="menu-header-text">a{{ __($menu->menuHeader) }}</span>
<span class="menu-header-text">{{ __($menu->menuHeader) }}</span>
</li>
@else
<li class="menu-item {{ Route::is($menu->slug) ? 'active open' : '' }}">
Expand Down

0 comments on commit 1419afc

Please sign in to comment.