Skip to content

Commit

Permalink
docs(Header): fix github link (#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepvrt authored Feb 24, 2025
1 parent a742731 commit b5519a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/app/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const items = computed(() => props.links.map(({ icon, ...link }) => link))

<UTooltip text="Open on GitHub" class="hidden lg:flex">
<UButton
:key="value"
color="neutral"
variant="ghost"
:to="`https://github.com/nuxt/${value}`"
Expand Down

0 comments on commit b5519a3

Please sign in to comment.