We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478a4a5 commit c6b5379Copy full SHA for c6b5379
media/logos/miscellaneous/ui-snippets.jpeg
631 Bytes
src/resources.ts
@@ -1789,6 +1789,13 @@ export const categories: Category[] = [
1789
url: "https://number-flow.barvian.me/",
1790
logo: "/media/logos/miscellaneous/number-flow.ico",
1791
},
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
+ },
1799
],
1800
1801
];
0 commit comments