Update React brand assets

This commit is contained in:
Alex Hunt
2025-01-25 17:28:58 +00:00
parent b5207c4bf0
commit 07367453ff
6 changed files with 53 additions and 3 deletions
+9 -2
View File
@@ -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',