julien-c HF staff victor HF staff commited on
Commit
b8d13ba
1 Parent(s): 8e370ca

Tiny tweak to nav menu (#103)

Browse files

* Update NavMenu.svelte

* swap privacy and about

---------

Co-authored-by: Victor Muštar <victor.mustar@gmail.com>

Files changed (1) hide show
  1. src/lib/components/NavMenu.svelte +1 -1
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>