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 4f3bb61 commit d143272Copy full SHA for d143272
apps/www/.vitepress/theme/layout/MainLayout.vue
@@ -41,7 +41,7 @@ const toggleDark = useToggle(isDark)
41
const links = [
42
{
43
name: 'GitHub',
44
- href: 'https://github.com/radix-vue/shadcn-vue',
+ href: 'https://github.com/unovue/shadcn-vue',
45
icon: RadixIconsGithubLogo,
46
},
47
// {
@@ -220,7 +220,7 @@ watch(() => $route.path, (n) => {
220
<span class="inline-block ml-2">
221
The code source is available on
222
<a
223
- href="https://github.com/radix-vue/shadcn-vue"
+ href="https://github.com/unovue/shadcn-vue"
224
target="_blank"
225
class="underline underline-offset-4 font-bold decoration-foreground"
226
>
0 commit comments