Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk authored Nov 17, 2023
2 parents 71fbdf3 + 779807a commit a5302a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
function selectServer(server: Server) {
if(!server.setup) {
location.assign(INVITE_URL)
location.assign(new URL(INVITE_URL))
return;
}
Expand Down Expand Up @@ -47,7 +47,7 @@

{:else}

<div on:click={() => location.assign({INVITE_URL})} on:keydown class="button clickable">
<div on:click={() => location.assign(new URL(INVITE_URL))} on:keydown class="button clickable">
<span class="material-icons icon-primary">launch</span>
<p>Setup</p>
</div>
Expand Down

0 comments on commit a5302a4

Please sign in to comment.