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

View File

@@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/ui.git" "url": "git+https://github.com/nuxt/ui.git"
}, },
"homepage": "https://ui.nuxt.com", "homepage": "https://ui3.nuxt.dev",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"exports": { "exports": {