feat: update clerk SVG

This commit is contained in:
yen-cheng
2024-11-25 19:59:53 +08:00
parent da2ad98339
commit 96a48d757e
4 changed files with 16 additions and 18 deletions
+4 -1
View File
@@ -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/'
}
];