mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
Merge pull request #234 from ivanosquis10/add-swr-logo
📦Added SWR library logo
This commit is contained in:
commit
a6e99a9bad
@ -2401,5 +2401,14 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/radix-ui_dark.svg'
|
||||
},
|
||||
url: 'https://www.radix-ui.com/'
|
||||
},
|
||||
{
|
||||
title: 'SWR',
|
||||
category: 'Library',
|
||||
route: {
|
||||
light: '/library/swr-light.svg',
|
||||
dark: '/library/swr-dark.svg'
|
||||
},
|
||||
url: 'https://swr.vercel.app/'
|
||||
}
|
||||
];
|
||||
|
3
static/library/swr-dark.svg
Normal file
3
static/library/swr-dark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.5 KiB |
3
static/library/swr-light.svg
Normal file
3
static/library/swr-light.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.5 KiB |
Loading…
Reference in New Issue
Block a user