url added to code box

pull/1073/head
TeamAbronDev 2025-01-19 11:40:11 +03:30
parent e58f2d5351
commit 95facd6356
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default function CreateInvite({
) : (
<Invite>
<Text id="app.special.modals.prompt.create_invite_created" />
<code>{code}</code>
<code style="font-size:14px">https://{window.location.host}/invite/{code}</code>
</Invite>
),
},