Skip to content

Commit 4ae859a

Browse files
committed
feat: add background-snippets resource with logo to Miscellaneous category
1 parent 92490a6 commit 4ae859a

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
@@ -1796,6 +1796,13 @@ export const categories: Category[] = [
17961796
url: "https://ui.ibelick.com/",
17971797
logo: "/media/logos/miscellaneous/ui-snippets.jpeg",
17981798
},
1799+
{
1800+
name: "background-snippets",
1801+
description:
1802+
"A collection of modern, background snippets ready-to-use, simply copy and paste into your next project.",
1803+
url: "https://bg.ibelick.com/",
1804+
logo: "https://bg.ibelick.com/favicon.ico",
1805+
},
17991806
],
18001807
},
18011808
];

0 commit comments

Comments
 (0)