From 02662538412fcbeb0356229d7a2decbf5a9648e3 Mon Sep 17 00:00:00 2001 From: Saullo Bretas Silva Date: Mon, 26 Jan 2026 17:49:18 -0300 Subject: [PATCH] Fix JSON formatting in registries.json (#9464) --- apps/v4/public/r/registries.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index b0317285c..8a189ed87 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -689,10 +689,10 @@ "url": "https://typedora-ui.netlify.app/r/{name}.json", "description": "Typedora UI is a next-generation extension layer for shadcn/ui, designed to bring full type-safety to your UI components." }, - { + { "name": "@shadcn-space", "homepage": "https://shadcnspace.com/", "url": "https://shadcnspace.com/r/{name}.json", "description": "An open-source collection of production-ready Shadcn UI blocks, components, and templates for websites, admin dashboards and modern React web projects, built with Tailwind CSS and ready to copy-paste or install via the Shadcn CLI." - }, + } ]