From d143272fb8b5fd68c2a565605ee6ce95e4517545 Mon Sep 17 00:00:00 2001 From: Ciro Lo Sapio Date: Tue, 22 Oct 2024 18:47:17 +0200 Subject: [PATCH] docs: update footer links (#820) --- apps/www/.vitepress/theme/layout/MainLayout.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 284df227..794a87e3 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -41,7 +41,7 @@ const toggleDark = useToggle(isDark) const links = [ { name: 'GitHub', - href: 'https://github.com/radix-vue/shadcn-vue', + href: 'https://github.com/unovue/shadcn-vue', icon: RadixIconsGithubLogo, }, // { @@ -220,7 +220,7 @@ watch(() => $route.path, (n) => { The code source is available on