Update header partial to requested exact markup
This commit is contained in:
parent
2c2fd6ae10
commit
a3b5270200
1 changed files with 1 additions and 3 deletions
|
|
@ -24,9 +24,7 @@
|
||||||
<a href="<%= item.href %>" class="<%= active ? 'active' : '' %>" <%= active ? 'aria-current="page"' : '' %>><%= item.label %></a>
|
<a href="<%= item.href %>" class="<%= active ? 'active' : '' %>" <%= active ? 'aria-current="page"' : '' %>><%= item.label %></a>
|
||||||
<% }) %>
|
<% }) %>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-cta">
|
<a href="/contact" class="nav-cta" aria-label="Contact AutoTQ">Contact</a>
|
||||||
<a href="/contact" class="btn btn-primary">Contact</a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue