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