Skip to content

Commit

Permalink
fb logo replaced with meta logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonava committed Feb 16, 2024
1 parent a878074 commit ff4d1d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/CompanyLogos.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default function CompanyLogos() {
src: 'msft.svg',
},
{
name: 'Facebook',
src: 'fb.svg',
name: 'Meta',
src: 'meta.png',
},
{
name: 'Google',
src: 'goog.svg',
src: 'google.svg',
},
{
name: 'Amazon',
Expand Down Expand Up @@ -62,7 +62,7 @@ export default function CompanyLogos() {
src: 'liberty-mutual.png',
},
{
name: 'Blue Cross',
name: 'Blue Cross Blue Shield',
src: 'blue-cross-blue-shield.png',
},
];
Expand Down
1 change: 0 additions & 1 deletion src/public/img/logo/fb.svg

This file was deleted.

File renamed without changes
Binary file added src/public/img/logo/meta.png
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 ff4d1d3

Please sign in to comment.