From be49662bf5f264b769ae25dfc1d8de474e8346df Mon Sep 17 00:00:00 2001 From: Gihan Rangana Date: Tue, 21 Oct 2025 20:46:23 +0530 Subject: [PATCH] shadix-ui registry added (#8505) --- apps/v4/public/r/registries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index fa9079157d..b741a1861f 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -54,5 +54,6 @@ "@wds": "https://wds-shadcn-registry.netlify.app/r/{name}.json", "@zippystarter": "https://zippystarter.com/r/{name}.json", "@shadcndesign": "https://shadcndesign-free.vercel.app/r/{name}.json", - "@ha-components": "https://hacomponents.keshuac.com/r/{name}.json" + "@ha-components": "https://hacomponents.keshuac.com/r/{name}.json", + "@shadix-ui": "https://shadix-ui.vercel.app/r/{name}.json" }