diff --git a/apps/www/content/docs/registry/registry-json.mdx b/apps/www/content/docs/registry/registry-json.mdx index 5eac40c6f4..055eb0236b 100644 --- a/apps/www/content/docs/registry/registry-json.mdx +++ b/apps/www/content/docs/registry/registry-json.mdx @@ -84,4 +84,4 @@ The `items` in your registry. Each item must implement the [registry-item schema } ``` -See the [registry-item schema documentation](/docs/registry/registry-item) for more information. +See the [registry-item schema documentation](/docs/registry/registry-item-json) for more information. diff --git a/apps/www/registry/registry-ui.ts b/apps/www/registry/registry-ui.ts index a644339f4e..cc9675d985 100644 --- a/apps/www/registry/registry-ui.ts +++ b/apps/www/registry/registry-ui.ts @@ -81,6 +81,7 @@ export const ui: Registry["items"] = [ { name: "badge", type: "registry:ui", + dependencies: ["@radix-ui/react-slot"], files: [ { path: "ui/badge.tsx",