Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
fix(Footer): Updated Explore Careers link (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
FastNinja authored and michaeltaranto committed Nov 7, 2019
1 parent a3f4023 commit e6298bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions react/Footer/__snapshots__/Footer.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exports[`Footer: should render when authenticated 1`] = `
<a
class="FooterLink__link"
data-analytics="toolbar:career+guide"
href="https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
href="https://www.seek.com.au/career-advice/explore-careers"
>
Explore Careers
</a>
Expand Down Expand Up @@ -945,7 +945,7 @@ exports[`Footer: should render when authentication is pending 1`] = `
<a
class="FooterLink__link"
data-analytics="toolbar:career+guide"
href="https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
href="https://www.seek.com.au/career-advice/explore-careers"
>
Explore Careers
</a>
Expand Down Expand Up @@ -1791,7 +1791,7 @@ exports[`Footer: should render when unauthenticated 1`] = `
<a
class="FooterLink__link"
data-analytics="toolbar:career+guide"
href="https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
href="https://www.seek.com.au/career-advice/explore-careers"
>
Explore Careers
</a>
Expand Down Expand Up @@ -2637,7 +2637,7 @@ exports[`Footer: should render with locale of AU 1`] = `
<a
class="FooterLink__link"
data-analytics="toolbar:career+guide"
href="https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
href="https://www.seek.com.au/career-advice/explore-careers"
>
Explore Careers
</a>
Expand Down
3 changes: 1 addition & 2 deletions react/Footer/data/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export default [
},
{
name: 'Explore Careers',
href:
'https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link',
href: 'https://www.seek.com.au/career-advice/explore-careers',
analytics: 'toolbar:career+guide',
specificLocale: 'AU'
},
Expand Down

0 comments on commit e6298bd

Please sign in to comment.