docs: update footer links

This commit is contained in:
Ciro Lo Sapio 2024-10-19 19:07:03 +02:00 committed by GitHub
parent f9615d3657
commit 11acbe3e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ const toggleDark = useToggle(isDark)
const links = [ const links = [
{ {
name: 'GitHub', name: 'GitHub',
href: 'https://github.com/radix-vue/shadcn-vue', href: 'https://github.com/unovue/shadcn-vue',
icon: RadixIconsGithubLogo, icon: RadixIconsGithubLogo,
}, },
// { // {
@ -220,7 +220,7 @@ watch(() => $route.path, (n) => {
<span class="inline-block ml-2"> <span class="inline-block ml-2">
The code source is available on The code source is available on
<a <a
href="https://github.com/radix-vue/shadcn-vue" href="https://github.com/unovue/shadcn-vue"
target="_blank" target="_blank"
class="underline underline-offset-4 font-bold decoration-foreground" class="underline underline-offset-4 font-bold decoration-foreground"
> >