mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(Header): fix github link (#3383)
This commit is contained in:
@@ -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}`"
|
||||
|
||||
Reference in New Issue
Block a user