Do not link docs to make web-frontend build

This commit is contained in:
Austen Adler 2023-03-06 21:18:43 -05:00
parent 470e2461da
commit 6fc3f95eeb

View File

@ -29,9 +29,8 @@
<div class="block"> <div class="block">
<div class="text-sm"> <div class="text-sm">
<a href="/" class="block inline-block text-white hover:text-gray-500 mr-4 p-2"> Home </a> <a href="/" class="block inline-block text-white hover:text-gray-500 mr-4 p-2"> Home </a>
<a href="/docs" class="block inline-block text-white hover:text-gray-500 mr-4 p-2"> <!-- TODO: Properly link -->
Docs <a href="#" class="block inline-block text-white hover:text-gray-500 mr-4 p-2"> Docs </a>
</a>
<a href="/app" class="block inline-block text-white hover:text-gray-500 mr-4 p-2"> <a href="/app" class="block inline-block text-white hover:text-gray-500 mr-4 p-2">
App App
</a> </a>