Merge pull request #464 from atleugim/update/aws

🎨 Update AWS SVGs for light and dark mode support
This commit is contained in:
Pablo Hdez
2024-12-09 10:14:54 +00:00
committed by GitHub
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/'
},
{