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 e609603 commit 278cda5Copy full SHA for 278cda5
components/TheNav.vue
@@ -53,7 +53,7 @@ addCommands(
53
<NuxtTutorialLogo h-2em />
54
</NuxtLink>
55
<NuxtLink
56
- href="https://github.com/nuxt/learn.nuxt.com"
+ :href="repo"
57
target="_blank"
58
>
59
<div block translate-y--2 rounded bg-orange:10 px2 py1 text-xs text-orange>
@@ -116,7 +116,7 @@ addCommands(
116
rounded p2
117
title="GitHub"
118
hover="bg-active"
119
120
121
122
<div i-carbon-logo-github text-2xl />
0 commit comments