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
+1 -1
View File
@@ -63,7 +63,7 @@ export default function DonePage({ serverName }) {
return (
<StyledWrapper>
<span className="primaryText">Welcome to {serverName}</span>
<span className="secondaryText">Proudly presented by Rustchat</span>
<span className="secondaryText">Proudly presented by VoceChat</span>
<span className="tip">
More settings, including domain resolution, privileges, securities, and invites are
available in <span className="strong">Settings</span>
+1 -1
View File
@@ -46,7 +46,7 @@ const StyledWrapper = styled.div`
export default function WelcomePage({ nextStep }) {
return (
<StyledWrapper>
<span className="primaryText">Welcome to your Rustchat!</span>
<span className="primaryText">Welcome to your VoceChat!</span>
<span className="secondaryText">
Everything in this space is owned by you. Lets set up your space!
</span>