mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🎨 Add Better Auth SVG assets with light and dark variants
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user