Skip to content

Commit

Permalink
Merge pull request #437 from nypublicradio/kareem/SUP-7934
Browse files Browse the repository at this point in the history
Member Center URL change
  • Loading branch information
kareemlawrence authored Apr 25, 2024
2 parents 712ab41 + 86afa01 commit 3804755
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 @@ -160,7 +160,7 @@
<a href="/contact/" title="Contact Us" target="_blank">Contact Us</a>
</li>
<li class="list-item list-item--tiny">
<a href="https://pledge.wqxr.org/user" title="Member Center" target="_blank">Online Member Center</a>
<a href="https://pledge.wqxr.org/user/email-link" title="Member Center" target="_blank">Online Member Center</a>
</li>
<li class="list-item list-item--tiny">
<a href="https://nypublicradio.org/careers/" title="Jobs" target="_blank">Jobs</a>
Expand Down
2 changes: 1 addition & 1 deletion app/components/user-navigation/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
{{else}}
<div class="user-nav-membercenter user-nav-link">
<a href='https://pledge.wnyc.org/user'
<a href='https://pledge.wnyc.org/user/email-link'
title="Member Center"
class="gtm__click-tracking"
data-action="User Menu">Member Center</a>
Expand Down

0 comments on commit 3804755

Please sign in to comment.