From c8b840fe39933a064d52df3f4d35cdb329c62b51 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 19:45:15 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20AWS=20SVGs=20for=20ligh?= =?UTF-8?q?t=20and=20dark=20mode=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 5 ++++- static/library/aws.svg | 8 -------- static/library/aws_dark.svg | 1 + static/library/aws_light.svg | 1 + 4 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 static/library/aws.svg create mode 100644 static/library/aws_dark.svg create mode 100644 static/library/aws_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 45cf1075..155ac43b 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -736,7 +736,10 @@ export const svgs: iSVG[] = [ { title: 'Amazon Web Services', category: 'Software', - route: '/library/aws.svg', + route: { + light: '/library/aws_light.svg', + dark: '/library/aws_dark.svg' + }, url: 'https://aws.amazon.com/' }, { diff --git a/static/library/aws.svg b/static/library/aws.svg deleted file mode 100644 index aa22f435..00000000 --- a/static/library/aws.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/static/library/aws_dark.svg b/static/library/aws_dark.svg new file mode 100644 index 00000000..25ea3b08 --- /dev/null +++ b/static/library/aws_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/aws_light.svg b/static/library/aws_light.svg new file mode 100644 index 00000000..b2d90057 --- /dev/null +++ b/static/library/aws_light.svg @@ -0,0 +1 @@ + \ No newline at end of file