Skip to content

Commit d143272

Browse files
authored
docs: update footer links (#820)
1 parent 4f3bb61 commit d143272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/www/.vitepress/theme/layout/MainLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const toggleDark = useToggle(isDark)
4141
const links = [
4242
{
4343
name: 'GitHub',
44-
href: 'https://github.com/radix-vue/shadcn-vue',
44+
href: 'https://github.com/unovue/shadcn-vue',
4545
icon: RadixIconsGithubLogo,
4646
},
4747
// {
@@ -220,7 +220,7 @@ watch(() => $route.path, (n) => {
220220
<span class="inline-block ml-2">
221221
The code source is available on
222222
<a
223-
href="https://github.com/radix-vue/shadcn-vue"
223+
href="https://github.com/unovue/shadcn-vue"
224224
target="_blank"
225225
class="underline underline-offset-4 font-bold decoration-foreground"
226226
>

0 commit comments

Comments
 (0)