Skip to content

Commit

Permalink
chore(views): nitpick blade syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Oct 21, 2021
1 parent 66014d7 commit 3854524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>

@if (has_nav_menu('primary_navigation'))
<nav class="nav-primary" aria-label="{{wp_get_nav_menu_name('primary_navigation')}}">
<nav class="nav-primary" aria-label="{{ wp_get_nav_menu_name('primary_navigation') }}">
{!! wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav', 'echo' => false]) !!}
</nav>
@endif
Expand Down

0 comments on commit 3854524

Please sign in to comment.