Skip to content

Commit

Permalink
Another oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd committed Sep 23, 2023
1 parent f53b63a commit 968aa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/share/ShareButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const isDialogVisible = ref(false);
<RouterLink :to="scoreboardMenuItem.to!" v-slot="{ href, route, navigate, isActive, isExactActive }" custom>
<a :href="href.concat('/', props.teamId)" v-bind="props.action" @click="navigate" class="block">
<VueQrcode
:value="`${href.concat('/', props.teamId)}`"
:value="href.concat('/', props.teamId)"
type="image/png"
:color="{ dark: '#000000ff', light: '#ffffffff' }"
class="block mx-auto"
Expand Down

0 comments on commit 968aa91

Please sign in to comment.