From 07367453ff6680e5ee497875469bc57270dc2b03 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Sat, 25 Jan 2025 17:28:58 +0000 Subject: [PATCH] Update React brand assets --- src/data/svgs.ts | 11 +++++++++-- static/library/react.svg | 1 - static/library/react_dark.svg | 11 +++++++++++ static/library/react_light.svg | 9 +++++++++ static/library/react_wordmark_dark.svg | 14 ++++++++++++++ static/library/react_wordmark_light.svg | 10 ++++++++++ 6 files changed, 53 insertions(+), 3 deletions(-) delete mode 100644 static/library/react.svg create mode 100644 static/library/react_dark.svg create mode 100644 static/library/react_light.svg create mode 100644 static/library/react_wordmark_dark.svg create mode 100644 static/library/react_wordmark_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5c2773e..c7cf32b 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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', diff --git a/static/library/react.svg b/static/library/react.svg deleted file mode 100644 index 1842619..0000000 --- a/static/library/react.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/library/react_dark.svg b/static/library/react_dark.svg new file mode 100644 index 0000000..a99b5da --- /dev/null +++ b/static/library/react_dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/static/library/react_light.svg b/static/library/react_light.svg new file mode 100644 index 0000000..8088725 --- /dev/null +++ b/static/library/react_light.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/library/react_wordmark_dark.svg b/static/library/react_wordmark_dark.svg new file mode 100644 index 0000000..eb1d27b --- /dev/null +++ b/static/library/react_wordmark_dark.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/static/library/react_wordmark_light.svg b/static/library/react_wordmark_light.svg new file mode 100644 index 0000000..6c12313 --- /dev/null +++ b/static/library/react_wordmark_light.svg @@ -0,0 +1,10 @@ + + + + + + + + + +