Skip to content

Commit

Permalink
🐞 fix: link #72
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmoart committed Oct 30, 2024
1 parent 0e9054b commit ae7350d
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions source-web/src/assets/db/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,7 @@
"name": "Cuicui",
"link": "https://cuicui.day",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/cuicui",
"tags": ["React", "Typescript", "Motion", "Tailwind"],
"license": "MIT",
"licenseLink": "https://github.com/damien-schneider/cuicui/blob/main/license.md"
"tags": ["React", "Typescript", "Motion", "Tailwind"]
},
{
"id": 68,
Expand Down Expand Up @@ -654,5 +652,25 @@
"tags": ["React", "Toast"],
"license": "MIT",
"licenseLink": "https://github.com/timolins/react-hot-toast/blob/main/LICENSE"
},
{
"id": 72,
"order": 47,
"name": "Motion-Primitives",
"link": "https://motion-primitives.com",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/motion-primitives",
"tags": ["Framer", "React"],
"license": "MIT",
"licenseLink": "https://github.com/ibelick/motion-primitives/blob/main/LICENCE.md"
},
{
"id": 73,
"order": 50,
"name": "Fulldev UI",
"link": "https://ui.full.dev",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/ui_full_dev",
"tags": ["Astro"],
"license": "MIT",
"licenseLink": "https://github.com/fulldotdev/ui/blob/main/LICENCE"
}
]

0 comments on commit ae7350d

Please sign in to comment.