2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-07 13:02:16 +00:00

maker should fit better than hobby

This commit is contained in:
2021-11-08 00:15:57 +01:00
parent b019f22350
commit b7049e05fd
6 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
{% if page.main_page %}
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center rounded border-2 border-primary">
<a class="ml-2 mr-2 hover:cm-gray-1" href="#hobby">for <strong>hobby</strong></a>
<a class="ml-2 mr-2 hover:cm-gray-1" href="#maker">for <strong>maker</strong></a>
<a class="mr-2 hover:cm-gray-1" href="#business">for <strong>business</strong></a>
<a class="mr-2 hover:cm-gray-1" href="#edu">for <strong>edu</strong></a>
</nav>