diff --git a/apps/www/.vitepress/theme/components/Kbd.vue b/apps/www/.vitepress/theme/components/Kbd.vue new file mode 100644 index 000000000..7e3bd02cc --- /dev/null +++ b/apps/www/.vitepress/theme/components/Kbd.vue @@ -0,0 +1,37 @@ + + + diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 272fa0c88..8a607f98f 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -1,30 +1,39 @@ diff --git a/apps/www/src/lib/registry/default/ui/command/CommandGroup.vue b/apps/www/src/lib/registry/default/ui/command/CommandGroup.vue index 1d994b9a2..f74f38378 100644 --- a/apps/www/src/lib/registry/default/ui/command/CommandGroup.vue +++ b/apps/www/src/lib/registry/default/ui/command/CommandGroup.vue @@ -11,7 +11,7 @@ const props = defineProps {{ heading }} diff --git a/apps/www/src/lib/registry/default/ui/dialog/DialogContent.vue b/apps/www/src/lib/registry/default/ui/dialog/DialogContent.vue index 9925a20aa..36a011308 100644 --- a/apps/www/src/lib/registry/default/ui/dialog/DialogContent.vue +++ b/apps/www/src/lib/registry/default/ui/dialog/DialogContent.vue @@ -33,9 +33,9 @@ const emitsAsProps = useEmitAsProps(emits) - + Close