Skip to content

Commit

Permalink
fix: Fixed github url
Browse files Browse the repository at this point in the history
  • Loading branch information
pixkk committed Oct 2, 2024
1 parent 8d9bd12 commit 46f3058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NUXT/pages/mods/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
$vuetify.theme.dark ? 'background lighten-1' : 'background darken-1'
"
:style="{ borderRadius: `${roundTweak / 2}rem` }"
@click="openExternal('https://github.com/Frontesque/VueTube')"
@click="openExternal('https://github.com/pixkk/VueTube')"
>
<v-icon x-large class="actionIcon">mdi-github</v-icon>
{{ lang.github }}
Expand Down

0 comments on commit 46f3058

Please sign in to comment.