From ec68d03463bc6d67eb273af3b3692834da5b9e66 Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 5 Sep 2023 15:10:13 +0800 Subject: [PATCH] fix: broken links for nav --- apps/www/.vitepress/theme/components/LandingPage.vue | 9 ++++++--- apps/www/.vitepress/theme/layout/ExamplesLayout.vue | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/www/.vitepress/theme/components/LandingPage.vue b/apps/www/.vitepress/theme/components/LandingPage.vue index 4dc23fe9..59cbdb1b 100644 --- a/apps/www/.vitepress/theme/components/LandingPage.vue +++ b/apps/www/.vitepress/theme/components/LandingPage.vue @@ -4,6 +4,7 @@ import PageHeaderHeading from '../components/PageHeaderHeading.vue' import PageHeaderDescription from '../components/PageHeaderDescription.vue' import ExamplesNav from '../components/ExamplesNav.vue' import ArrowRightIcon from '~icons/radix-icons/arrow-right' +import GitHubIcon from '~icons/radix-icons/github-logo' import { buttonVariants } from '@/lib/registry/default/ui/button' import { Separator } from '@/lib/registry/default/ui/separator' @@ -32,19 +33,21 @@ import DashboardExample from '@/examples/dashboard/Example.vue'
Get Started - Components + + GitHub
diff --git a/apps/www/.vitepress/theme/layout/ExamplesLayout.vue b/apps/www/.vitepress/theme/layout/ExamplesLayout.vue index 75d857e7..e379874c 100644 --- a/apps/www/.vitepress/theme/layout/ExamplesLayout.vue +++ b/apps/www/.vitepress/theme/layout/ExamplesLayout.vue @@ -37,13 +37,13 @@ import { cn } from '@/lib/utils'
Get Started