Skip to content

Commit 1f91459

Browse files
chore: update airwallex sponsor images (#1100)
* chore: update sponsors * chore: update airwallex imgs
1 parent ad5a26a commit 1f91459

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed
-31.4 KB
Binary file not shown.
35.3 KB
Loading
33.4 KB
Loading

client/src/components/Sponsors.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { Box, Link, Stack } from '@mui/material';
22
import styled from '@mui/system/styled';
33
import { useContext } from 'react';
44

5-
import airwallex from '../assets/sponsors/airwallex.avif';
5+
import airwallexBlack from '../assets/sponsors/airwallex_black.png';
6+
import airwallexWhite from '../assets/sponsors/airwallex_white.png';
67
import aristaBlack from '../assets/sponsors/arista_black.png';
78
import aristaWhite from '../assets/sponsors/arista_white.png';
89
import janeStreetBlack from '../assets/sponsors/jane_street_black.svg';
@@ -65,7 +66,7 @@ const Sponsors = () => {
6566
const goldSponsorData = [
6667
{
6768
name: 'Airwallex',
68-
logo: airwallex,
69+
logo: isDarkMode ? airwallexWhite : airwallexBlack,
6970
link: 'https://www.airwallex.com/au',
7071
},
7172
{

client/src/components/landingPage/SponsorsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import airwallex from '../../assets/sponsors/airwallex.avif';
1+
import airwallex from '../../assets/sponsors/airwallex_black.png';
22
import arista from '../../assets/sponsors/arista_black.png';
33
import janeStreet from '../../assets/sponsors/jane_street_black.svg';
44
import lyra from '../../assets/sponsors/lyra_black.svg';

0 commit comments

Comments
 (0)