JoFrost commited on
Commit
3fd3010
1 Parent(s): 0e3f3da

link updates

Browse files
Files changed (1) hide show
  1. src/lib/components/NavMenu.svelte +4 -2
src/lib/components/NavMenu.svelte CHANGED
@@ -89,7 +89,7 @@
89
  Settings
90
  </button>
91
  <a
92
- href="https://github.com/mithril-security/blind_chat/issues"
93
  target="_blank"
94
  rel="noreferrer"
95
  class="flex h-9 flex-none items-center gap-1.5 rounded-lg pl-3 pr-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700"
@@ -97,7 +97,9 @@
97
  Feedback
98
  </a>
99
  <a
100
- href="{base}/privacy"
 
 
101
  class="flex h-9 flex-none items-center gap-1.5 rounded-lg pl-3 pr-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700"
102
  >
103
  About & Privacy
 
89
  Settings
90
  </button>
91
  <a
92
+ href="https://www.mithrilsecurity.io/contact"
93
  target="_blank"
94
  rel="noreferrer"
95
  class="flex h-9 flex-none items-center gap-1.5 rounded-lg pl-3 pr-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700"
 
97
  Feedback
98
  </a>
99
  <a
100
+ href="https://www.mithrilsecurity.io/faq"
101
+ target="_blank"
102
+ rel="noreferrer"
103
  class="flex h-9 flex-none items-center gap-1.5 rounded-lg pl-3 pr-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700"
104
  >
105
  About & Privacy