Skip to content

Commit c6b5379

Browse files
committed
feat: add ui-snippets resource with logo to Miscellaneous category
1 parent 478a4a5 commit c6b5379

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
631 Bytes
Loading

src/resources.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,6 +1789,13 @@ export const categories: Category[] = [
17891789
url: "https://number-flow.barvian.me/",
17901790
logo: "/media/logos/miscellaneous/number-flow.ico",
17911791
},
1792+
{
1793+
name: "ui-snippets",
1794+
description:
1795+
"Collection of dark mode components and effects crafted wiht React and Tailwind CSS.",
1796+
url: "https://ui.ibelick.com/",
1797+
logo: "/media/logos/miscellaneous/ui-snippets.jpeg",
1798+
},
17921799
],
17931800
},
17941801
];

0 commit comments

Comments
 (0)