From b84f366d12588cc7a215de28d29eb8d7022de35c Mon Sep 17 00:00:00 2001 From: jaycodev Date: Wed, 8 Oct 2025 23:23:12 -0500 Subject: [PATCH] =?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