From 14aa0ed4111f68d164b10060dda08b7a093ee693 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 19:43:19 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Updated=20Heroku=20SVGs=20for=20?= =?UTF-8?q?light/dark=20mode=20support=20and=20wordmarks=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 ++++++++- static/library/heroku-wordmark_dark.svg | 1 + static/library/heroku-wordmark_light.svg | 1 + static/library/heroku.svg | 3 --- static/library/heroku_dark.svg | 1 + static/library/heroku_light.svg | 1 + 6 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 static/library/heroku-wordmark_dark.svg create mode 100644 static/library/heroku-wordmark_light.svg delete mode 100644 static/library/heroku.svg create mode 100644 static/library/heroku_dark.svg create mode 100644 static/library/heroku_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 45cf1075..713939f4 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -748,7 +748,14 @@ export const svgs: iSVG[] = [ { title: 'Heroku', category: 'Software', - route: '/library/heroku.svg', + route: { + light: '/library/heroku_light.svg', + dark: '/library/heroku_dark.svg' + }, + wordmark: { + light: '/library/heroku-wordmark_light.svg', + dark: '/library/heroku-wordmark_dark.svg' + }, url: 'https://www.heroku.com/' }, { diff --git a/static/library/heroku-wordmark_dark.svg b/static/library/heroku-wordmark_dark.svg new file mode 100644 index 00000000..418e0efc --- /dev/null +++ b/static/library/heroku-wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/heroku-wordmark_light.svg b/static/library/heroku-wordmark_light.svg new file mode 100644 index 00000000..e5d78c0f --- /dev/null +++ b/static/library/heroku-wordmark_light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/heroku.svg b/static/library/heroku.svg deleted file mode 100644 index 6089d6f2..00000000 --- a/static/library/heroku.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/library/heroku_dark.svg b/static/library/heroku_dark.svg new file mode 100644 index 00000000..10002731 --- /dev/null +++ b/static/library/heroku_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/heroku_light.svg b/static/library/heroku_light.svg new file mode 100644 index 00000000..4cb87c11 --- /dev/null +++ b/static/library/heroku_light.svg @@ -0,0 +1 @@ + \ No newline at end of file