From e85920c191eb0ba7b75cb49e548b4aa4842f5d6b Mon Sep 17 00:00:00 2001 From: Boby Tiwari Date: Tue, 28 Jan 2025 17:55:24 +0530 Subject: [PATCH] Update blocks.mdx (#6477) --- apps/www/content/docs/blocks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/blocks.mdx b/apps/www/content/docs/blocks.mdx index a895449264..84c27009ac 100644 --- a/apps/www/content/docs/blocks.mdx +++ b/apps/www/content/docs/blocks.mdx @@ -92,7 +92,7 @@ dashboard-01 ### Add your block definition to `registry-blocks.tsx` -To add your block to the registry, you need to add your block definition to `registry-blocks.tsx`. +To add your block to the registry, you need to add your block definition to `registry-blocks.ts`. This follows the registry schema at [https://ui.shadcn.com/schema/registry-item.json](https://ui.shadcn.com/schema/registry-item.json).