From d6bb17a6c4854ddea2af8c95c04d9413b58bed68 Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 28 Dec 2023 22:48:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Remix.run=20light/dark=20s?= =?UTF-8?q?vg.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 13 +++++++++++-- static/library/remix_dark.svg | 1 + static/library/{remix.svg => remix_light.svg} | 0 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 static/library/remix_dark.svg rename static/library/{remix.svg => remix_light.svg} (100%) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e5ae18d..8deebb3 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -74,7 +74,7 @@ export const svgs: iSVG[] = [ title: 'Ton', category: 'Crypto', route: '/library/ton.svg', - url: 'https://ton.org/', + url: 'https://ton.org/' }, { title: 'JWT', @@ -110,7 +110,7 @@ export const svgs: iSVG[] = [ title: 'OpenSea', category: 'Crypto', route: '/library/opensea.svg', - url: 'https://opensea.io/', + url: 'https://opensea.io/' }, { title: 'Algolia', @@ -2085,5 +2085,14 @@ export const svgs: iSVG[] = [ category: 'Social', route: '/library/bluesky.svg', url: 'https://blueskyweb.xyz/' + }, + { + title: 'Remix', + category: 'Framework', + route: { + light: '/library/remix_light.svg', + dark: '/library/remix_dark.svg' + }, + url: 'https://remix.run/' } ]; diff --git a/static/library/remix_dark.svg b/static/library/remix_dark.svg new file mode 100644 index 0000000..48e5182 --- /dev/null +++ b/static/library/remix_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/remix.svg b/static/library/remix_light.svg similarity index 100% rename from static/library/remix.svg rename to static/library/remix_light.svg