We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d031eb9 commit 3fa4f87Copy full SHA for 3fa4f87
1 file changed
philosophy.html
@@ -73,10 +73,12 @@
73
class="h-10 w-10 rounded-lg ring-1 ring-gray-200 dark:ring-white/10 group-hover:scale-105 transition" loading="lazy" />
74
<span class="font-semibold text-lg">BasisVR</span>
75
</a>
76
+
77
<nav class="hidden sm:flex items-center gap-5 text-sm">
78
<a href="/philosophy" class="text-gray-900 dark:text-gray-100 font-semibold">Philosophy</a>
79
<a href="https://docs.basisvr.org" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">Docs</a>
80
<a href="https://github.com/BasisVR/basis" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">GitHub</a>
81
+ <a href="/funding" class="text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
82
</nav>
83
</div>
84
0 commit comments