chore: add github issues in feedback
This commit is contained in:
Vendored
+3
-1
@@ -38,6 +38,7 @@
|
|||||||
"magiclink",
|
"magiclink",
|
||||||
"navs",
|
"navs",
|
||||||
"oidc",
|
"oidc",
|
||||||
|
"Privoce",
|
||||||
"reduxjs",
|
"reduxjs",
|
||||||
"Swiper",
|
"Swiper",
|
||||||
"thirdparty",
|
"thirdparty",
|
||||||
@@ -50,7 +51,8 @@
|
|||||||
"upserted",
|
"upserted",
|
||||||
"upserting",
|
"upserting",
|
||||||
"vocechat",
|
"vocechat",
|
||||||
"webrowse"
|
"webrowse",
|
||||||
|
"Wechat"
|
||||||
],
|
],
|
||||||
"reactSnippets.settings.prettierEnabled": true,
|
"reactSnippets.settings.prettierEnabled": true,
|
||||||
"reactSnippets.settings.importReactOnTop": false,
|
"reactSnippets.settings.importReactOnTop": false,
|
||||||
|
|||||||
@@ -83,7 +83,14 @@ const navs = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "feedback",
|
name: "feedback",
|
||||||
component: "Email: han@privoce.com Wechat: Privoce"
|
component: <ul className="flex flex-col gap-2 text-lg">
|
||||||
|
<li>Email: <strong className="font-bold">han@privoce.com</strong></li>
|
||||||
|
<li>Wechat: <strong className="font-bold">Privoce</strong></li>
|
||||||
|
<li>Github:
|
||||||
|
<strong className="font-bold">
|
||||||
|
<a className="text-[#06b6d4] underline underline-offset-2" href="https://github.com/Privoce/vocechat-web/issues" target="_blank" rel="noopener noreferrer">vocechat-web/issues</a> </strong>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user