diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a3d609c..6eb184d 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 @@ + + + + + + + + + +