From da2ad983390e0f22b2b94d0f437758fc2f1c3ea5 Mon Sep 17 00:00:00 2001 From: ridemountainpig Date: Sun, 24 Nov 2024 21:57:10 +0800 Subject: [PATCH 1/2] feat: add Authentication category & clerk logo --- src/data/svgs.ts | 16 +++++++++++----- src/types/categories.ts | 3 ++- static/library/clerk.svg | 17 +++++++++++++++++ 3 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 static/library/clerk.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fb9cbb0..10d2fae 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -214,7 +214,7 @@ export const svgs: iSVG[] = [ }, { title: 'JWT', - category: 'Library', + category: ['Library', 'Authentication'], route: '/library/jwt.svg', url: 'https://jwt.io/' }, @@ -239,7 +239,7 @@ export const svgs: iSVG[] = [ }, { title: 'WorkOS', - category: 'Software', + category: ['Software', 'Authentication'], route: { light: '/library/workos.svg', dark: '/library/workos-light.svg' @@ -575,7 +575,7 @@ export const svgs: iSVG[] = [ }, { title: 'Twilio', - category: 'Software', + category: ['Software', 'Authentication'], route: '/library/twilio.svg', url: 'https://twilio.com' }, @@ -615,7 +615,7 @@ export const svgs: iSVG[] = [ }, { title: 'Authy', - category: 'Software', + category: ['Software', 'Authentication'], route: '/library/authy.svg', url: 'https://authy.com/' }, @@ -810,7 +810,7 @@ export const svgs: iSVG[] = [ }, { title: 'Auth0', - category: 'Library', + category: ['Library', 'Authentication'], route: '/library/auth0.svg', url: 'https://auth0.com/' }, @@ -3074,5 +3074,11 @@ export const svgs: iSVG[] = [ dark: 'library/soundcloud-wordmark_dark.svg' }, url: 'https://soundcloud.com/' + }, + { + title: 'Clerk', + category: ['Software', 'Authentication'], + route: '/library/clerk.svg', + url: 'https://clerk.com/' } ]; diff --git a/src/types/categories.ts b/src/types/categories.ts index cbb184a..02fc2a1 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -25,4 +25,5 @@ export type tCategory = | 'Vercel' | 'Google' | 'Payment' - | 'void(0)'; + | 'void(0)' + | 'Authentication'; diff --git a/static/library/clerk.svg b/static/library/clerk.svg new file mode 100644 index 0000000..f28de43 --- /dev/null +++ b/static/library/clerk.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + From 96a48d757e3680137bc178431049ad1d5ea888f5 Mon Sep 17 00:00:00 2001 From: yen-cheng Date: Mon, 25 Nov 2024 19:59:53 +0800 Subject: [PATCH 2/2] feat: update clerk SVG --- src/data/svgs.ts | 5 ++++- static/library/clerk-dark.svg | 6 ++++++ static/library/clerk-light.svg | 6 ++++++ static/library/clerk.svg | 17 ----------------- 4 files changed, 16 insertions(+), 18 deletions(-) create mode 100644 static/library/clerk-dark.svg create mode 100644 static/library/clerk-light.svg delete mode 100644 static/library/clerk.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 10d2fae..f2993c1 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3078,7 +3078,10 @@ export const svgs: iSVG[] = [ { title: 'Clerk', category: ['Software', 'Authentication'], - route: '/library/clerk.svg', + route: { + light: '/library/clerk-light.svg', + dark: '/library/clerk-dark.svg' + }, url: 'https://clerk.com/' } ]; diff --git a/static/library/clerk-dark.svg b/static/library/clerk-dark.svg new file mode 100644 index 0000000..4b66bd3 --- /dev/null +++ b/static/library/clerk-dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/library/clerk-light.svg b/static/library/clerk-light.svg new file mode 100644 index 0000000..294837b --- /dev/null +++ b/static/library/clerk-light.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/library/clerk.svg b/static/library/clerk.svg deleted file mode 100644 index f28de43..0000000 --- a/static/library/clerk.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - -