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

Commit

Permalink
fix(Footer): Update career guide url (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
FastNinja authored and michaeltaranto committed Nov 6, 2019
1 parent 7750286 commit a3f4023
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-guide/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
href="https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
>
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-guide/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
href="https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
>
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-guide/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
href="https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
>
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-guide/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
href="https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link"
>
Explore Careers
</a>
Expand Down
2 changes: 1 addition & 1 deletion react/Footer/data/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default [
{
name: 'Explore Careers',
href:
'https://www.seek.com.au/career-guide/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link',
'https://www.seek.com.au/career-advice/?campaigncode=seek_banner_29&sc_trk=skj-career-guide-link',
analytics: 'toolbar:career+guide',
specificLocale: 'AU'
},
Expand Down

0 comments on commit a3f4023

Please sign in to comment.