From 52b308a57fa19439f8935b1d108be07d86184be7 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Fri, 21 Mar 2025 15:04:02 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20Better=20Auth=20SVG=20asse?= =?UTF-8?q?ts=20with=20light=20and=20dark=20variants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 13 +++++++++++++ static/library/better-auth_dark.svg | 1 + static/library/better-auth_light.svg | 1 + static/library/better-auth_wordmark_dark.svg | 1 + static/library/better-auth_wordmark_light.svg | 1 + 5 files changed, 17 insertions(+) create mode 100644 static/library/better-auth_dark.svg create mode 100644 static/library/better-auth_light.svg create mode 100644 static/library/better-auth_wordmark_dark.svg create mode 100644 static/library/better-auth_wordmark_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 829699a..dd52494 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3455,5 +3455,18 @@ export const svgs: iSVG[] = [ light: '/library/ghostty_wordmark_light.svg' }, url: 'https://ghostty.org/' + }, + { + title: 'Better Auth', + category: ['Authentication', 'Library'], + route: { + light: '/library/better-auth_light.svg', + dark: '/library/better-auth_dark.svg' + }, + wordmark: { + dark: '/library/better-auth_wordmark_dark.svg', + light: '/library/better-auth_wordmark_light.svg' + }, + url: 'https://www.better-auth.com/' } ]; diff --git a/static/library/better-auth_dark.svg b/static/library/better-auth_dark.svg new file mode 100644 index 0000000..f0dee60 --- /dev/null +++ b/static/library/better-auth_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/better-auth_light.svg b/static/library/better-auth_light.svg new file mode 100644 index 0000000..731a425 --- /dev/null +++ b/static/library/better-auth_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/better-auth_wordmark_dark.svg b/static/library/better-auth_wordmark_dark.svg new file mode 100644 index 0000000..85d6d12 --- /dev/null +++ b/static/library/better-auth_wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/better-auth_wordmark_light.svg b/static/library/better-auth_wordmark_light.svg new file mode 100644 index 0000000..40e5a8b --- /dev/null +++ b/static/library/better-auth_wordmark_light.svg @@ -0,0 +1 @@ + \ No newline at end of file