feat: add feedback and faq link

This commit is contained in:
Tristan Yang
2023-02-24 22:07:34 +08:00
parent 8a5259a9fd
commit 58f4c6d38a
4 changed files with 18 additions and 4 deletions
+9 -1
View File
@@ -83,7 +83,15 @@ const navs = [
{
name: "version",
component: <Version />
}
},
{
name: "faq",
link: "https://doc.voce.chat/faq",
},
{
name: "feedback",
link: `https://privoce.voce.chat/widget?from=${encodeURIComponent(location.host)}`,
},
]
}
];