Skip to content

Commit

Permalink
fix: remove data center prefix from mailchimp url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonrabb committed Apr 21, 2020
1 parent 05d761f commit c7f741c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/editor/sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ class Sidebar extends Component {
/>
{ listWebId && (
<p>
<ExternalLink
href={ `https://us7.admin.mailchimp.com/lists/members/?id=${ listWebId }` }
>
<ExternalLink href={ `https://admin.mailchimp.com/lists/members/?id=${ listWebId }` }>
{ __( 'Manage list', 'newspack-newsletters' ) }
</ExternalLink>
</p>
Expand Down

0 comments on commit c7f741c

Please sign in to comment.