feat: add doc link to third app setting

This commit is contained in:
Tristan Yang
2023-02-21 20:52:54 +08:00
parent 44ef3d7b25
commit 58ff722503
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -67,6 +67,9 @@ export default function APIConfig() {
</Tippy>
<div className="text-xs text-orange-400">
{t("third_app.key_tip")}
<a className="text-primary-500 font-bold" href="https://doc.voce.chat/login-with-other-account" target="_blank" rel="noopener noreferrer">
🔗 {t("third_app.how_to")}
</a>
</div>
</div>
);