Spaces:
Build error
Build error
Tiny tweak to nav menu (#103)
Browse files* Update NavMenu.svelte
* swap privacy and about
---------
Co-authored-by: Victor Muštar <[email protected]>
src/lib/components/NavMenu.svelte
CHANGED
@@ -92,6 +92,6 @@
|
|
92 |
href="{base}/privacy"
|
93 |
class="group pl-3 pr-2 h-9 rounded-lg flex-none text-gray-500 dark:text-gray-400 dark:hover:bg-gray-700 flex items-center gap-1.5 hover:bg-gray-100"
|
94 |
>
|
95 |
-
Privacy
|
96 |
</a>
|
97 |
</div>
|
|
|
92 |
href="{base}/privacy"
|
93 |
class="group pl-3 pr-2 h-9 rounded-lg flex-none text-gray-500 dark:text-gray-400 dark:hover:bg-gray-700 flex items-center gap-1.5 hover:bg-gray-100"
|
94 |
>
|
95 |
+
About & Privacy
|
96 |
</a>
|
97 |
</div>
|