spree-contrib/spree_contact_us

contact-us link in main_nav_bar is class "not"

ping0xFF opened this issue · 1 comments

Is this intended? I'd like to remove it from the header with deface, but am unable to because it doesn't have an id tag.

<li class="not">
<a href="/contact-us">Contact Us</a>
</li>

You can add an id or data hook if you want. PR welcome.