Saved: 2017-11-20 02:30

Torey Heinz committed Nov 20, 2017
commit 7efe15d6d35f4977dc0658b881cde494ac5a6edd
Showing 1 changed file with 1 additions and 1 deletions
app/views/snippets/header-products-menu.liquid +1 -1
@@ @@ -1,6 +1,6 @@
<li>
<a href="/products">Products</a>
- <ul class="menu">
+ <ul class="nested vertical medium-horizontal menu">
{% for product in contents.products %}
<li>{% link_to product %}</li>
{% endfor %}