Skip to content

Commit

Permalink
fix: 🐛 fix contact us link (deriv-com#7653)
Browse files Browse the repository at this point in the history
Co-authored-by: Carol Sachdeva <58209918+carol-deriv@users.noreply.github.com>
  • Loading branch information
2 people authored and sanjam-deriv committed Mar 13, 2023
1 parent ab9a43f commit 53c5bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const selfExclusionArticleItems = ({ is_eu, is_uk, is_deriv_crypto, is_ap
className='link'
rel='noopener noreferrer'
target='_blank'
href={getStaticUrl('/contact-us', { is_deriv_crypto })}
href={getStaticUrl('/contact_us', { is_deriv_crypto })}
/>,
]}
/>
Expand Down

0 comments on commit 53c5bcf

Please sign in to comment.