Skip to content

Commit

Permalink
fix: External url fix in channel information
Browse files Browse the repository at this point in the history
  • Loading branch information
pixkk committed Jun 30, 2024
1 parent a5ba633 commit 9515f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NUXT/pages/channel/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<a
@click.stop.prevent="
openExternal(link.channelExternalLinkViewModel.link.content)
openExternal('https://' + link.channelExternalLinkViewModel.link.content)
"
>
<!-- <v-icon x-large class="actionIcon">mdi-github</v-icon>-->
Expand Down

0 comments on commit 9515f96

Please sign in to comment.