Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim-deriv committed Sep 11, 2024
1 parent 76db3a0 commit 7417835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Footer = () => {
content: (
<ul className={styles.List}>
<li>
<a href='https://deriv.com' target='_blank' className={styles.Link} rel='noreferrer'>
<a href={footer_links.root} target='_blank' className={styles.Link} rel='noreferrer'>
<Translate>Homepage</Translate> <LabelPairedArrowUpRightSmRegularIcon />
</a>
</li>
Expand Down

0 comments on commit 7417835

Please sign in to comment.