📦 Update AWS SVGs for light and dark mode support

This commit is contained in:
Miguel Vega
2024-11-18 19:45:15 -05:00
parent afe5eec846
commit c8b840fe39
4 changed files with 6 additions and 9 deletions
+4 -1
View File
@@ -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/'
},
{