diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 60540a2..1414907 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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' } ]; diff --git a/static/library/curseforge-dark.svg b/static/library/curseforge-dark.svg new file mode 100644 index 0000000..ec20cfe --- /dev/null +++ b/static/library/curseforge-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/curseforge-wordmark-dark.svg b/static/library/curseforge-wordmark-dark.svg new file mode 100644 index 0000000..470ec53 --- /dev/null +++ b/static/library/curseforge-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/curseforge-wordmark.svg b/static/library/curseforge-wordmark.svg new file mode 100644 index 0000000..62c42eb --- /dev/null +++ b/static/library/curseforge-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/curseforge.svg b/static/library/curseforge.svg new file mode 100644 index 0000000..090c317 --- /dev/null +++ b/static/library/curseforge.svg @@ -0,0 +1 @@ + \ No newline at end of file