🎨 Add CurseForge SVG with light and dark variants

This commit is contained in:
Miguel Vega
2025-03-07 21:20:10 -05:00
parent 57054acf25
commit 6d347e3e58
5 changed files with 19 additions and 0 deletions
+15
View File
@@ -3404,5 +3404,20 @@ export const svgs: iSVG[] = [
category: ['Software', 'Design'],
route: '/library/designali.svg',
url: 'https://designali.in'
},
{
title: 'CurseForge',
category: ['Marketplace', 'Community'],
route: {
light: '/library/curseforge.svg',
dark: '/library/curseforge-dark.svg'
},
wordmark: {
light: '/library/curseforge-wordmark.svg',
dark: '/library/curseforge-wordmark-dark.svg'
},
url: 'https://curseforge.com/',
brandUrl:
'https://www.figma.com/file/YYn36CxVpcT6aPKDXIH9JG/CurseForge-Brandbook?type=design&node-id=0-1&t=dvC0gPtyP36PQdsi-0'
}
];