mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #208 from ridemountainpig/wordmark-svg
Add to switch between Logo and Wordmark
This commit is contained in:
@@ -32,6 +32,10 @@ export const svgs: iSVG[] = [
|
||||
light: '/library/vercel.svg',
|
||||
dark: '/library/vercel_dark.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: '/library/vercel_wordmark.svg',
|
||||
dark: '/library/vercel_wordmark_dark.svg'
|
||||
},
|
||||
url: 'https://vercel.com/'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user