Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 278cda5

Browse files
authored
refactor: unified repo url with a const (#149)
1 parent e609603 commit 278cda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/TheNav.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ addCommands(
5353
<NuxtTutorialLogo h-2em />
5454
</NuxtLink>
5555
<NuxtLink
56-
href="https://github.com/nuxt/learn.nuxt.com"
56+
:href="repo"
5757
target="_blank"
5858
>
5959
<div block translate-y--2 rounded bg-orange:10 px2 py1 text-xs text-orange>
@@ -116,7 +116,7 @@ addCommands(
116116
rounded p2
117117
title="GitHub"
118118
hover="bg-active"
119-
href="https://github.com/nuxt/learn.nuxt.com"
119+
:href="repo"
120120
target="_blank"
121121
>
122122
<div i-carbon-logo-github text-2xl />

0 commit comments

Comments
 (0)