diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx
index 0b6c55c9..720a343a 100644
--- a/src/components/Footer/index.tsx
+++ b/src/components/Footer/index.tsx
@@ -1,10 +1,10 @@
import React from 'react';
import CustomAccordion from '../CustomAccordion';
-import { Text, Button } from '@deriv-com/quill-ui';
+import { Text, Button, Heading } from '@deriv-com/quill-ui';
import {
LabelPairedArrowUpRightSmRegularIcon,
SocialTelegramBlackIcon,
- LabelPairedEnvelopeCaptionBoldIcon,
+ LabelPairedEnvelopeMdBoldIcon,
} from '@deriv/quill-icons';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Translate from '@docusaurus/Translate';
@@ -112,145 +112,186 @@ const Footer = () => {
return (
-
-
-
-
-
-
+
+
+
+
+
-
+
+
-
-
-
-
-
-
- Get connected
-
-
- Discuss ideas and share solutions with developers worldwide.
-
-
-
-
-
-
-
-
- We're here to help
+
+ Bug bounty
+
+
+
+
+
+
+
+
+
+
+
+
+ Get connected
+
+
+
+ Discuss ideas and share solutions with developers worldwide.
-
+
+
+
+
+
+
+
+
+ We're here to help
+
+
+
Email us at{' '}
-
- api-support@deriv.com
- {' '}
+
+
+
+ api-support@deriv.com
+
+
+
if you need any assistance or support.
-
-
-
-
+
+
+
+
-
+
+
);
};