Skip to content

Commit

Permalink
fix: 🔥 fixed the footer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Sep 3, 2024
1 parent fc70b31 commit 6200d30
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions src/assets/gray-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import CustomAccordion from '../CustomAccordion';
import styles from './Footer.module.scss';

import GrayLogo from '../../assets/gray-logo.svg';

const Footer = () => {
const {
i18n: { currentLocale },
Expand Down Expand Up @@ -91,7 +93,9 @@ const Footer = () => {
<section className={styles.FooterContainer} data-testid='footer-text'>
<div className={styles.FooterBody}>
<div className={styles.LogoWrapper}>
<img src='img/gray-logo.svg' alt='Deriv API Logo' className={styles.FooterLogo} />
<div className={styles.FooterLogo}>
<GrayLogo />
</div>
</div>
<div className={styles.FooterSection}>
<section className={styles.Section1} data-testid='API-section'>
Expand Down

0 comments on commit 6200d30

Please sign in to comment.