feat: add feedback and faq link
This commit is contained in:
@@ -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)}`,
|
||||
},
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user