diff --git a/src/controllers/modals/components/CreateInvite.tsx b/src/controllers/modals/components/CreateInvite.tsx
index d091f1b3..d8a43273 100644
--- a/src/controllers/modals/components/CreateInvite.tsx
+++ b/src/controllers/modals/components/CreateInvite.tsx
@@ -65,7 +65,7 @@ export default function CreateInvite({
) : (
- {code}
+ https://{window.location.host}/invite/{code}
),
},
@@ -79,7 +79,7 @@ export default function CreateInvite({
children: ,
onClick: () =>
modalController.writeText(
- IS_REVOLT ? `https://rvlt.gg/${code}` : `${window.location.host}/invite/${code}`
+ IS_REVOLT ? `https://rvlt.gg/${code}` : `https://${window.location.host}/invite/${code}`
),
},
]}