diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index fb9cbb0..f2993c1 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,14 @@ export const svgs: iSVG[] = [
dark: 'library/soundcloud-wordmark_dark.svg'
},
url: 'https://soundcloud.com/'
+ },
+ {
+ title: 'Clerk',
+ category: ['Software', 'Authentication'],
+ route: {
+ light: '/library/clerk-light.svg',
+ dark: '/library/clerk-dark.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-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 @@
+