File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
9
9
import CustomAccordion from '../CustomAccordion' ;
10
10
import styles from './Footer.module.scss' ;
11
11
12
+ import GrayLogo from '../../assets/gray-logo.svg' ;
13
+
12
14
const Footer = ( ) => {
13
15
const {
14
16
i18n : { currentLocale } ,
@@ -91,7 +93,9 @@ const Footer = () => {
91
93
< section className = { styles . FooterContainer } data-testid = 'footer-text' >
92
94
< div className = { styles . FooterBody } >
93
95
< div className = { styles . LogoWrapper } >
94
- < img src = 'img/gray-logo.svg' alt = 'Deriv API Logo' className = { styles . FooterLogo } />
96
+ < div className = { styles . FooterLogo } >
97
+ < GrayLogo />
98
+ </ div >
95
99
</ div >
96
100
< div className = { styles . FooterSection } >
97
101
< section className = { styles . Section1 } data-testid = 'API-section' >
You can’t perform that action at this time.
0 commit comments