re-add navbar links
This commit is contained in:
parent
f3c20e8e2b
commit
3204d06ff1
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@
|
|||
<div
|
||||
class="flex w-full flex-row items-center justify-center gap-2 text-sm font-medium text-[#A6A5A7]"
|
||||
>
|
||||
<!-- <a href="/" class="px-5 py-3 transition hover:text-white">Blog</a>
|
||||
<a href="/" class="px-5 py-3 transition hover:text-white">Blog</a>
|
||||
<a href="/" class="px-5 py-3 transition hover:text-white">Docs</a>
|
||||
<a href="/" class="px-5 py-3 transition hover:text-white">FAQ</a> -->
|
||||
<a href="/" class="px-5 py-3 transition hover:text-white">FAQ</a>
|
||||
</div>
|
||||
<div class="flex w-full flex-row items-center justify-end gap-4 text-[#A6A5A7]">
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue