File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ import janeStreetBlack from '../assets/sponsors/jane_street_black.svg';
1212import janeStreetWhite from '../assets/sponsors/jane_street_white.svg' ;
1313import lyraBlack from '../assets/sponsors/lyra_black.svg' ;
1414import lyraWhite from '../assets/sponsors/lyra_white.svg' ;
15- import qrt from '../assets/sponsors/qrt.svg' ;
15+ import qrtWhite from '../assets/sponsors/qrt_white.svg' ;
16+ import qrtBlack from '../assets/sponsors/qrt_black.svg' ;
1617import theTradeDeskBlack from '../assets/sponsors/thetradedesk_black.png' ;
1718import theTradeDeskWhite from '../assets/sponsors/thetradedesk_white.png' ;
1819import { AppContext } from '../context/AppContext' ;
@@ -89,7 +90,7 @@ const Sponsors = () => {
8990 } ,
9091 {
9192 name : 'QRT' ,
92- logo : qrt ,
93+ logo : isDarkMode ? qrtWhite : qrtBlack ,
9394 link : 'https://www.qube-rt.com/' ,
9495 } ,
9596 ] ;
You can’t perform that action at this time.
0 commit comments