diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index ad24b26b36..191543f5b5 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -772,5 +772,11 @@ "homepage": "https://soundcn.xyz", "url": "https://soundcn.xyz/r/{name}.json", "description": "Large collection of game, interface, retro, and voice sound effects for web applications" + }, + { + "name": "@pixelact-ui", + "homepage": "https://pixelactui.com", + "url": "https://pixelactui.com/r/{name}.json", + "description": "Playful pixel-art style components library built on top of shadcn" } ] \ No newline at end of file diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 9c0b4e1ab5..62511d34aa 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -901,5 +901,12 @@ "url": "https://soundcn.xyz/r/{name}.json", "description": "Large collection of game, interface, retro, and voice sound effects for web applications", "logo": "" + }, + { + "name": "@pixelact-ui", + "homepage": "https://pixelactui.com", + "url": "https://pixelactui.com/r/{name}.json", + "description": "Playful pixel-art style components library built on top of shadcn", + "logo": "" } ]