spree-contrib / spree_contact_us

Adds Contact Us form to your Spree Commerce store
https://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
40 stars 138 forks source link

contact-us link in main_nav_bar is class "not" #54

Closed ping0xFF closed 9 years ago

ping0xFF commented 9 years ago

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>
JDutil commented 9 years ago

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