mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
fix(directory): basecn registry url typo (#9452)
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
{
|
||||
"name": "@basecn",
|
||||
"homepage": "https://basecn.dev",
|
||||
"url": "https://basecn.dev/r/{name}",
|
||||
"url": "https://basecn.dev/r/{name}.json",
|
||||
"description": "Beautifully crafted shadcn/ui components powered by Base UI"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
"name": "@basecn",
|
||||
"homepage": "https://basecn.dev",
|
||||
"description": "Beautifully crafted shadcn/ui components powered by Base UI",
|
||||
"url": "https://basecn.dev/r/{name}",
|
||||
"url": "https://basecn.dev/r/{name}.json",
|
||||
"logo": "<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-bolt-icon lucide-bolt fill-none!'><path d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/><circle cx='12' cy='12' r='4'/></svg>"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user