Skip to content

Commit f7d493f

Browse files
committed
feat: add CuiCui resource with logo to Miscellaneous category
1 parent 4ae859a commit f7d493f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/resources.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,13 @@ export const categories: Category[] = [
554554
url: "https://magicui.design/",
555555
logo: "/media/logos/ui-frameworks-libraries/magicui.png",
556556
},
557+
{
558+
name: "CuiCui",
559+
description:
560+
"A collection of components, tools, and hooks that are designed to be simple, customizable and educational.",
561+
url: "https://cuicui.day",
562+
logo: "https://cuicui.day/favicon.ico",
563+
},
557564
],
558565
},
559566

0 commit comments

Comments
 (0)