We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf96826 commit 2fb6a49Copy full SHA for 2fb6a49
docs/app/components/AppHeader.vue
@@ -59,14 +59,11 @@ const linksWithoutIcon = computed(() => links.value.map(({ icon, ...link }) => l
59
<UContentSearchButton />
60
</UTooltip>
61
62
- <UTooltip
63
- text="Open on GitHub"
64
- :kbds="['meta', 'G']"
65
- >
+ <UTooltip text="Open on GitHub">
66
<UButton
67
color="neutral"
68
variant="ghost"
69
- to="https://github.com/nuxt/content/tree/v3"
+ to="https://github.com/nuxt/content"
70
target="_blank"
71
icon="i-simple-icons-github"
72
aria-label="GitHub"
0 commit comments