Spaces:
Runtime error
Runtime error
JoFrost
commited on
Commit
•
3fd3010
1
Parent(s):
0e3f3da
link updates
Browse files
src/lib/components/NavMenu.svelte
CHANGED
@@ -89,7 +89,7 @@
|
|
89 |
Settings
|
90 |
</button>
|
91 |
<a
|
92 |
-
href="https://
|
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="
|
|
|
|
|
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
|