From eb22a7cc00c96f407129decd5c427a6e2c7365b3 Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 29 Aug 2025 12:12:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20npm=20&=20npm-wordmark=20S?= =?UTF-8?q?VG=20logos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 5 +++-- static/library/npm-wordmark.svg | 1 + static/library/npm.svg | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 static/library/npm-wordmark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 790808d..a327ec9 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -406,8 +406,9 @@ export const svgs: iSVG[] = [ { title: "NPM", category: "Software", - route: "/library/npm.svg", url: "https://www.npmjs.com/", + route: "/library/npm.svg", + wordmark: "/library/npm-wordmark.svg", }, { title: "Nuget", @@ -3750,7 +3751,7 @@ export const svgs: iSVG[] = [ }, { title: "OpenHunts", - category: ["Platform", "Community"], + category: ["Community"], route: "/library/openhunts.svg", url: "https://openhunts.com", }, diff --git a/static/library/npm-wordmark.svg b/static/library/npm-wordmark.svg new file mode 100644 index 0000000..edd7e83 --- /dev/null +++ b/static/library/npm-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/npm.svg b/static/library/npm.svg index edd7e83..72b54b2 100644 --- a/static/library/npm.svg +++ b/static/library/npm.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file