mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Update React brand assets
This commit is contained in:
+9
-2
@@ -162,8 +162,15 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'React',
|
||||
category: 'Library',
|
||||
route: '/library/react.svg',
|
||||
url: 'https://reactjs.org/'
|
||||
route: {
|
||||
light: '/library/react_light.svg',
|
||||
dark: '/library/react_dark.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: '/library/react_wordmark_light.svg',
|
||||
dark: '/library/react_wordmark_dark.svg'
|
||||
},
|
||||
url: 'https://react.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Svelte',
|
||||
|
||||
Reference in New Issue
Block a user