feat: use rvlt.gg instead of app.revolt.chat/invite

pull/783/head
Compey 2022-09-17 20:35:19 +05:30 committed by GitHub
parent 61a06c3f1a
commit 0bffe814e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export default function CreateInvite({
children: <Text id="app.context_menu.copy_link" />,
onClick: () =>
modalController.writeText(
`${window.location.protocol}//${window.location.host}/invite/${code}`,
`https://rvlt.gg/${code}`,
),
},
]}