chore: rename everything

This commit is contained in:
Tristan Yang
2022-06-27 10:37:03 +08:00
parent 69b4e7aac2
commit 585f8a3661
31 changed files with 79 additions and 79 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ export default function APIConfig() {
<Button>Update Secret</Button>
</Tippy>
<div className="tip">
Tip: The security key agreed between the rustchat server and the third-party app is used to
encrypt the communication data.{" "}
Tip: The security key agreed between the server and the third-party app is used to encrypt
the communication data.{" "}
</div>
</Styled>
);
+4 -4
View File
@@ -107,7 +107,7 @@ export default function Logins() {
<div className="title">
<div className="txt">
<Label>Google</Label>
<Tooltip link="https://doc.rustchat.com/en-us/login-google.html" />
<Tooltip link="https://doc.voce.chat/en-us/login-google.html" />
</div>
<span className="desc">Allows members login with Google.</span>
</div>
@@ -130,7 +130,7 @@ export default function Logins() {
<div className="title">
<div className="txt">
<Label>Github</Label>
<Tooltip link="https://doc.rustchat.com/en-us/login-github.html" />
<Tooltip link="https://doc.voce.chat/en-us/login-github.html" />
</div>
<span className="desc">Allows members login with Github.</span>
</div>
@@ -161,7 +161,7 @@ export default function Logins() {
<div className="title">
<div className="txt">
<Label>Metamask</Label>
<Tooltip link="https://doc.rustchat.com/en-us/login-metamask.html" />
<Tooltip link="https://doc.voce.chat/en-us/login-metamask.html" />
</div>
<span className="desc">Allows members login with Metamask.</span>
</div>
@@ -176,7 +176,7 @@ export default function Logins() {
<div className="title">
<div className="txt">
<Label htmlFor="desc">OIDC</Label>
<Tooltip link="https://doc.rustchat.com/en-us/login-webid.html" />
<Tooltip link="https://doc.voce.chat/en-us/login-webid.html" />
</div>
<span className="desc">Save my login details for next time.</span>
</div>
+1 -1
View File
@@ -125,7 +125,7 @@ export default function ConfigSMTP() {
<div className="tip">
<img src={iconQuestion} alt="question icon" />
<a
href="https://rustchat.com/doc/smtp-setting"
href="https://voce.chat/doc/smtp-setting"
target="_blank"
className="link"
rel="noreferrer"