Skip to content

Commit 14c1559

Browse files
committed
fix: Username organization in github link
1 parent 7eafc66 commit 14c1559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/theme/components/TheNavigation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<li>
2828
<ExternalLink
2929
class="px-3 py-3 border-b-4 border-transparent border-solid the-nav-link hover:border-accent-primary"
30-
:href="`https://github.com/${$themeConfig.repo}`"
30+
:href="`https://github.com/vue-a11y`"
3131
label="Github"
3232
/>
3333
</li>

0 commit comments

Comments
 (0)