docs(header): update GitHub link for @nuxt/ui-pro (#3058)

This commit is contained in:
Maxime Pauvert
2025-01-09 19:03:34 +01:00
committed by GitHub
parent a3bae03a20
commit 25a71aa3ae
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ const items = computed(() => props.links.map(({ icon, ...link }) => link))
defineShortcuts({
meta_g: () => {
window.open('https://github.com/nuxt/ui/tree/v3', '_blank')
window.open(`https://github.com/nuxt/${module}/tree/v3`, '_blank')
}
})
</script>
@@ -62,7 +62,7 @@ defineShortcuts({
<UButton
color="neutral"
variant="ghost"
to="https://github.com/nuxt/ui"
:to="`https://github.com/nuxt/${module}`"
target="_blank"
icon="i-simple-icons-github"
aria-label="GitHub"