url added to code box
parent
95facd6356
commit
27fd04f5e7
|
|
@ -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}`,
|
||||
),
|
||||
},
|
||||
]}
|
||||
|
|
|
|||
Loading…
Reference in New Issue