From 1205ea5445aa5db95e4eb10abde2931cbf287ceb Mon Sep 17 00:00:00 2001 From: Ahdeetai Date: Mon, 6 Oct 2025 17:30:12 +0530 Subject: [PATCH] Add @scrollxui in trusted registries (#8322) * Add @scrollxui in trusted registries * fix: missing comma --------- Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 865f4c1668..2ddc3acea6 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -27,6 +27,7 @@ "@billingsdk": "https://billingsdk.com/r/{name}.json", "@elements": "https://tryelements.dev/r/{name}.json", "@nativeui": "https://nativeui.io/registry/{name}.json", + "@scrollxui": "https://www.scrollxui.dev/registry/{name}.json", "@smoothui": "https://smoothui.dev/r/{name}.json", "@svgl": "https://svgl.app/r/{name}.json", "@formcn": "https://formcn.dev/r/{name}.json",