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