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