mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
url added to code box
This commit is contained in:
@@ -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}`,
|
||||
),
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user