Skip to content

Commit

Permalink
update footer link text for DS-1105
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnypr committed Feb 13, 2019
1 parent f1f7f85 commit 9938d35
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 @@ -343,7 +343,7 @@
<a href="/corrections/" class="link--capbold">Corrections</a>
</li>
<li class="list-item list-item--tiny">
<a href="/articles/wnyc-contest-rules" class="link--capbold" title="Contest Rules">Contest Rules</a>
<a href="/articles/wnyc-contest-rules" class="link--capbold" title="Giveaway Rules">Giveaway Rules</a>
</li>
<li class="list-item list-item--tiny">
<a href="https://publicfiles.fcc.gov/fm-profile/wnyc-fm" class="link--capbold" title="WNYC-FM FCC Public File" target="_blank">WNYC-FM FCC Public File</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 @@ -837,7 +837,7 @@ var HTML = `<html>
<li><a href="/terms/">Terms of Use</a></li>
<li><a href="/privacy/">Privacy Policy</a></li>
<li><a href="/corrections/">Corrections</a></li>
<li><a href="/articles/wnyc-contest-rules/">Contest Rules</a></li>
<li><a href="/articles/wnyc-contest-rules/">Giveaway Rules</a></li>
</ul>
</div>
<!-- #footer_copyright -->
Expand Down

0 comments on commit 9938d35

Please sign in to comment.