diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 49153ecb..ea7f3697 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -128,20 +128,22 @@ watch(() => $route.path, (n) => { :key="link.name" as="a" :href="link.href" target="_blank" - :variant="'ghost'" :size="'icon'" + :variant="'ghost'" + :size="'sm'" > - + diff --git a/apps/www/src/examples/dashboard/components/Overview.vue b/apps/www/src/examples/dashboard/components/Overview.vue index e5653a0d..cc2f4a6e 100644 --- a/apps/www/src/examples/dashboard/components/Overview.vue +++ b/apps/www/src/examples/dashboard/components/Overview.vue @@ -1,8 +1,6 @@ diff --git a/apps/www/src/lib/registry/new-york/ui/chart-bar/BarChart.vue b/apps/www/src/lib/registry/new-york/ui/chart-bar/BarChart.vue index ac644331..fa2526f6 100644 --- a/apps/www/src/lib/registry/new-york/ui/chart-bar/BarChart.vue +++ b/apps/www/src/lib/registry/new-york/ui/chart-bar/BarChart.vue @@ -1,4 +1,4 @@ -