Skip to content

Commit

Permalink
Unify cloud provider logos
Browse files Browse the repository at this point in the history
Add new AWS logo with dark font type
Resize Azure logo to be in line with other cloud providers
  • Loading branch information
F-X64 committed Aug 25, 2023
1 parent e8d4a98 commit dd5bfcc
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file added src/app/bgimages/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/app/bgimages/aws_clear.png
Binary file not shown.
Binary file added src/app/bgimages/azure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/app/bgimages/azure_clear.png
Binary file not shown.
File renamed without changes
6 changes: 3 additions & 3 deletions src/app/components/ExternalLinksCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import {
} from '@patternfly/react-core';

import redhat_logo from '@app/bgimages/redhat_clear.png';
import aws_logo from '@app/bgimages/aws_clear.png';
import azure_logo from '@app/bgimages/azure_clear.png';
import google_logo from '@app/bgimages/google_clear.png';
import aws_logo from '@app/bgimages/aws.png';
import azure_logo from '@app/bgimages/azure.png';
import google_logo from '@app/bgimages/google.png';
import { ArrowRightIcon } from '@patternfly/react-icons';

const loadImage = (name: Provider) => {
Expand Down

0 comments on commit dd5bfcc

Please sign in to comment.