Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #293 from sandeep-deriv/sandeep/dapi-391/fix-redir…
Browse files Browse the repository at this point in the history
…ection-contact-us

fix: 🔥 fixed contact-us redirect
  • Loading branch information
sandeep-deriv authored Mar 19, 2024
2 parents 79736bc + c170a66 commit 770de6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Header = () => {
<Link to='https://deriv.com/who-we-are' className={styles.SubnavItems}>
Who we are
</Link>
<Link to='https://deriv.com/contact_us' className={styles.SubnavItems}>
<Link to='https://deriv.com/contact-us' className={styles.SubnavItems}>
Contact us
</Link>
</div>
Expand Down

0 comments on commit 770de6a

Please sign in to comment.