From b84f366d12588cc7a215de28d29eb8d7022de35c Mon Sep 17 00:00:00 2001 From: jaycodev Date: Wed, 8 Oct 2025 23:23:12 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=A6=20Add=20Auth.js=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/authjs.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/authjs.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 52e635a..6553630 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -4086,4 +4086,10 @@ export const svgs: iSVG[] = [ }, url: "https://www.sanity.io/", }, + { + title: "Auth.js", + category: "Authentication", + route: "/library/authjs.svg", + url: "https://authjs.dev", + }, ]; diff --git a/static/library/authjs.svg b/static/library/authjs.svg new file mode 100644 index 0000000..f449844 --- /dev/null +++ b/static/library/authjs.svg @@ -0,0 +1 @@ + \ No newline at end of file From 6cb0169d8f5b1b5164e7844e7421f6c5ce1abaaf Mon Sep 17 00:00:00 2001 From: jaycodev Date: Thu, 9 Oct 2025 07:18:18 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Move=20Auth.js=20lo?= =?UTF-8?q?go=20to=20avoid=20conflicts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 6553630..311113a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1053,6 +1053,12 @@ export const svgs: iSVG[] = [ route: "/library/auth0.svg", url: "https://auth0.com/", }, + { + title: "Auth.js", + category: "Authentication", + route: "/library/authjs.svg", + url: "https://authjs.dev", + }, { title: "Fresh", category: "Framework", @@ -4086,10 +4092,4 @@ export const svgs: iSVG[] = [ }, url: "https://www.sanity.io/", }, - { - title: "Auth.js", - category: "Authentication", - route: "/library/authjs.svg", - url: "https://authjs.dev", - }, ];