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" />,
|
children: <Text id="app.context_menu.copy_link" />,
|
||||||
onClick: () =>
|
onClick: () =>
|
||||||
modalController.writeText(
|
modalController.writeText(
|
||||||
IS_REVOLT
|
`https://${window.location.host}/invite/${code}`,
|
||||||
? `https://rvlt.gg/${code}`
|
|
||||||
: `https://${window.location.host}/invite/${code}`,
|
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue