url added to code box

pull/1073/head
TeamAbronDev 2025-01-19 11:42:05 +03:30
parent 95facd6356
commit 27fd04f5e7
1 changed files with 1 additions and 3 deletions

View File

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