We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eafc66 commit 14c1559Copy full SHA for 14c1559
src/.vuepress/theme/components/TheNavigation.vue
@@ -27,7 +27,7 @@
27
<li>
28
<ExternalLink
29
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}`"
+ :href="`https://github.com/vue-a11y`"
31
label="Github"
32
/>
33
</li>
0 commit comments