chore(view): Remove redundant selector
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<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>
|
||||||
@@ -9,5 +8,4 @@
|
|||||||
{!! 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