fix: various fixes

This commit is contained in:
Devin Haska 2024-03-01 22:56:33 -08:00
parent 7ec4550b5a
commit 568ece3e95
7 changed files with 69 additions and 59 deletions

View file

@ -1,7 +1,7 @@
<ul class="[ menu ] [ list-none cluster p-0 m-0 ]">
{% for item in navigation.top %}
<li>
<a class="[ menu-button ]" href="{{ item.url }}">{{ item.text }}</a>
<a class="[ button ]" href="{{ item.url }}">{{ item.text }}</a>
</li>
{% endfor %}
</ul>