diff --git a/src/client/HostLobbyModal.ts b/src/client/HostLobbyModal.ts index 58bfd6aba..eeba83454 100644 --- a/src/client/HostLobbyModal.ts +++ b/src/client/HostLobbyModal.ts @@ -611,7 +611,7 @@ export class HostLobbyModal extends LitElement { try { //TODO: Convert id to url and copy await navigator.clipboard.writeText( - `${location.origin}#join=${this.lobbyId}`, + `${location.origin}/#join=${this.lobbyId}`, ); this.copySuccess = true; setTimeout(() => {