Skip to content

Commit

Permalink
Merge pull request #6 from samdems/develop
Browse files Browse the repository at this point in the history
fix link not going to the right roomid
  • Loading branch information
samdems authored Apr 30, 2024
2 parents 6c03c65 + 8b8930f commit c543931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GameSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<script setup lang="ts">
import QrcodeVue from 'qrcode.vue';
const value = "https://star-realms.samcross.uk/#pqri9jw31" // window.location.href.replace('http://','');
const value = window.location.href.replace('http://','');
</script>

0 comments on commit c543931

Please sign in to comment.