remove tech from nav

This commit is contained in:
Nate
2021-09-17 15:40:03 -04:00
parent a4d35d6c09
commit 80fce4e18b

View File

@@ -37,15 +37,12 @@
</svg>
</a>
<div class="font-mono flex flex-col mt-10">
<a href="/team" class="text-base lowercase no-underline hover:underline mt-2">
The Team
</a>
<a href="/story" class="text-base lowercase no-underline hover:underline mt-2">
Our Story
</a>
<a href="/tech" class="text-base lowercase no-underline hover:underline mt-2">
The Tech
</a>
<a href="/team" class="text-base lowercase no-underline hover:underline mt-2">
Team
</a>
<a href="/community" class="text-base lowercase no-underline hover:underline mt-2">
Community
</a>