chore(view): Remove redundant selector
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
<header class="banner">
|
<header class="banner">
|
||||||
<div class="max-w-3xl mx-auto">
|
<a class="brand" href="{{ home_url('/') }}">
|
||||||
<a class="brand" href="{{ home_url('/') }}">
|
{{ $siteName }}
|
||||||
{{ $siteName }}
|
</a>
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="nav-primary">
|
<nav class="nav-primary">
|
||||||
@if (has_nav_menu('primary_navigation'))
|
@if (has_nav_menu('primary_navigation'))
|
||||||
{!! wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav', 'echo' => false]) !!}
|
{!! wp_nav_menu(['theme_location' => 'primary_navigation', 'menu_class' => 'nav', 'echo' => false]) !!}
|
||||||
@endif
|
@endif
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user