Skip to content

Commit

Permalink
Merge pull request #423 from nypublicradio/ksuitor/WQXR-261
Browse files Browse the repository at this point in the history
Update Jobs footer link to go to new Careers hub
  • Loading branch information
ksuitor authored Jan 10, 2023
2 parents 0b5166b + 951ed76 commit 8aaf607
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 8aaf607

Please sign in to comment.