Skip to content

Commit

Permalink
fix(sponsors): fix svg logo not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
Patadam committed Feb 2, 2024
1 parent 1d2d139 commit 65a789c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Binary file added public/sponsors/mgl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions public/sponsors/mgl.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/Sponsor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Sponsor() {
<img src="/sponsors/atlassian.png" alt="atlassian" className="button-image" />
</a>
<a href="https://www.macquarie.com" id="action">
<img src="/sponsors/mgl.svg" alt="Macquarie Group Logo" className="button-image" />
<img src="/sponsors/mgl.jpg" alt="Macquarie Group Logo" className="button-image" />
</a>
</div>
</div>
Expand Down

0 comments on commit 65a789c

Please sign in to comment.