Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Fix connect url on website
Browse files Browse the repository at this point in the history
  • Loading branch information
zziger authored Oct 21, 2023
1 parent e4d8513 commit fb36e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/server/server-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</div>
</div>
<div class="connect" colspan="2">
<a :href="`altv://connect/${encodeURIComponent(server.address)}?name=${server.name}&id=${server.publicId}`">Connect</a>
<a :href="`altv://connect/${encodeURIComponent(server.address)}?name=${encodeURIComponent(server.name)}&id=${encodeURIComponent(server.publicId)}`">Connect</a>
</div>
</div>
</div>
Expand Down

0 comments on commit fb36e61

Please sign in to comment.