From 6200d30a8770511b74468d676ed2770fa635f668 Mon Sep 17 00:00:00 2001 From: Sandeep Date: Tue, 3 Sep 2024 14:59:17 +0800 Subject: [PATCH] fix: :fire: fixed the footer icon --- src/assets/gray-logo.svg | 13 +++++++++++++ src/components/Footer/index.tsx | 6 +++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/assets/gray-logo.svg diff --git a/src/assets/gray-logo.svg b/src/assets/gray-logo.svg new file mode 100644 index 000000000..0ae29bacb --- /dev/null +++ b/src/assets/gray-logo.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index b946f10d5..76763e254 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -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 }, @@ -91,7 +93,9 @@ const Footer = () => {
- Deriv API Logo +
+ +