Skip to content

Commit

Permalink
Update Jobs footer link to go to new Careers hub
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuitor committed Jan 10, 2023
1 parent 0b5166b commit 951ed76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/site-chrome/site-footer/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<a href="/press/" title="Press">Press</a>
</li>
<li class="list-item list-item--tiny">
<a href="/careers/" title="Jobs">Jobs</a>
<a href="https://nypublicradio.org/careers/" title="Jobs" target="_blank">Jobs</a>
</li>
<li class="list-item list-item--tiny">
<a href="https://www.nypublicradio.org/diversity-dei-overview/" title="Diversity (DEI)" target="_blank">Diversity (DEI)</a>
Expand Down
2 changes: 1 addition & 1 deletion mirage/helpers/django-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ var HTML = `<html>
<li><a href="/about/">About WNYC</a></li>
<li><a href="http://www.nypublicradio.org/underwriting/wnyc">Become a Sponsor</a></li>
<li><a href="/press/">Press</a></li>
<li><a href="/careers">Jobs</a></li>
<li><a href="https://nypublicradio.org/careers/">Jobs</a></li>
<li><a href="/mobile">iOS &amp; Android App</a></li>
</ul>
Expand Down

0 comments on commit 951ed76

Please sign in to comment.