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

Commit b2bcc12

Browse files
authored
footer_career_link_target_update (#6617)
1 parent 9b85300 commit b2bcc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/_common/_layout/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Footer = () => (
5050
{ text: it.L('About Us'), href: it.url_for('about-us') },
5151
{ text: it.L('Group History'), href: it.url_for('group-history') },
5252
{ text: it.L('Binary.com in Numbers'), href: it.url_for('binary-in-numbers') },
53-
{ text: it.L('Careers'), href: it.deriv_career_url },
53+
{ text: it.L('Careers'), href: it.deriv_career_url , target: '_blank' },
5454
{ text: it.L('Patents'), href: it.url_for('legal/us_patents') },
5555
{ text: it.L('Contact Us'), href: it.url_for('contact') },
5656
]}

0 commit comments

Comments
 (0)