docs(Header): fix github link (#3383)

This commit is contained in:
Maxime Pauvert
2025-02-24 10:28:40 +01:00
committed by GitHub
parent a74273124d
commit b5519a3342

View File

@@ -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}`"