Merge pull request #540 from huntie/update-react-assets
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled
🚀 Deploy / API - Cloudflare Workers (push) Has been cancelled

Update React brand assets
This commit is contained in:
Pablo Hdez
2025-01-27 09:58:23 +00:00
committed by GitHub
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',