🎨 Add Better Auth SVG assets with light and dark variants

This commit is contained in:
Miguel Vega
2025-03-21 15:04:02 -05:00
parent 2c4214b509
commit 52b308a57f
5 changed files with 17 additions and 0 deletions
+13
View File
@@ -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/'
}
];