diff --git a/apps/www/src/content/docs/components/data-table.md b/apps/www/src/content/docs/components/data-table.md index e479e4de..52c0d908 100644 --- a/apps/www/src/content/docs/components/data-table.md +++ b/apps/www/src/content/docs/components/data-table.md @@ -25,7 +25,7 @@ We'll start with the basic `` component and build a complex data table ## Table of Contents -This guide will show you how to use [TanStack Table](https://tanstack.com/table/v8) and the
component to build your own custom data table. We'll cover the following topics: +This guide will show you how to use [TanStack Table](https://tanstack.com/table/v8) and the `
` component to build your own custom data table. We'll cover the following topics: - [Basic Table](#basic-table) - [Row Actions](#row-actions) diff --git a/apps/www/src/content/docs/components/navigation-menu.md b/apps/www/src/content/docs/components/navigation-menu.md index 16669984..e8530cf6 100644 --- a/apps/www/src/content/docs/components/navigation-menu.md +++ b/apps/www/src/content/docs/components/navigation-menu.md @@ -47,7 +47,7 @@ import { ### Link Component -When using the Nuxt.js component, you can use `navigationMenuTriggerStyle()` to apply the correct styles to the trigger. +When using the Nuxt.js `` component, you can use `navigationMenuTriggerStyle()` to apply the correct styles to the trigger. ```ts import { navigationMenuTriggerStyle } from '@/components/ui/navigation-menu' diff --git a/apps/www/src/lib/registry/default/example/CardFormDemo.vue b/apps/www/src/lib/registry/default/example/CardFormDemo.vue index 4ba3383a..a9da077e 100644 --- a/apps/www/src/lib/registry/default/example/CardFormDemo.vue +++ b/apps/www/src/lib/registry/default/example/CardFormDemo.vue @@ -1,5 +1,12 @@