Skip to content

Commit

Permalink
Merge pull request #464 from atleugim/update/aws
Browse files Browse the repository at this point in the history
🎨 Update AWS SVGs for light and dark mode support
  • Loading branch information
pheralb authored Dec 9, 2024
2 parents c7dad91 + c8b840f commit d740565
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
5 changes: 4 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
{
Expand Down
8 changes: 0 additions & 8 deletions static/library/aws.svg

This file was deleted.

1 change: 1 addition & 0 deletions static/library/aws_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/aws_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d740565

Please sign in to comment.