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

Commit 1c555ba

Browse files
committed
fix: broken link
1 parent 05eb3ac commit 1c555ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const Header = () => {
2323
<Link to='https://deriv.com/who-we-are' className={styles.SubnavItems}>
2424
Who we are
2525
</Link>
26-
<Link to='https://deriv.com/contact-us' className={styles.SubnavItems}>
26+
<Link to='https://deriv.com/contact_us' className={styles.SubnavItems}>
2727
Contact us
2828
</Link>
2929
</div>

0 commit comments

Comments
 (0)