Skip to content

Commit

Permalink
Merge pull request #35 from jwade1327/footer
Browse files Browse the repository at this point in the history
Update unsubscribe text in footer
  • Loading branch information
Shinsina authored Oct 4, 2023
2 parents 2cab82e + 639ea21 commit f4d40e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/components/blocks/footer.marko
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ const { newsletter } = input;
$ const newsletterConfig = config.get(newsletter.alias);
$ const tagline = get(newsletterConfig, "tagline");
$ const subscribeLink = get(newsletterConfig, "subscribeLink");
$ const publicationName = website.get("name");
$ const publicationName = get(newsletterConfig, "publicationName");
$ const footerWidth = defaultValue(get(newsletterConfig, "logo.footerWidth"), 130);
$ const url = buildLinkUrl(website.get("origin"));
$ const logoFooterSrc = newsletterConfig.logo.footerSrc;
Expand Down Expand Up @@ -171,7 +171,7 @@ $ const stealthLinkStyle = {

<tr>
<td align="left" valign="top" style=standardStyle>
You are receiving this email because you subscribed to receive relevant news from ${publicationName}. To update your email subscriptions, visit ${publicationName}'s <a href=preferenceCenterUrl style=linkStyle>preference center</a>.
You are receiving this email because you subscribed to receive relevant news from <a href=publicationName style=linkStyle>${publicationName}</a>. To update your email subscriptions or to unsubscribe, visit <a href=publicationName style=linkStyle>${publicationName}'s </a> <a href=preferenceCenterUrl style=linkStyle>preference center</a>.
</td>
</tr>
<common-table-spacer-element height="19" />
Expand Down
3 changes: 3 additions & 0 deletions tenants/all/config/brands.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
labPulse: {
publicationName: 'https://LabPulse.com',
socialMedia: {
imagePath: '/files/base/smg/all/image/static/newsletter',
links: [
Expand All @@ -10,6 +11,7 @@ module.exports = {
},
},
drb: {
publicationName: 'https://DrBicuspid.com',
socialMedia: {
imagePath: '/files/base/smg/all/image/static/newsletter',
links: [
Expand All @@ -21,6 +23,7 @@ module.exports = {
},
},
am: {
publicationName: 'https://AuntMinnie.com',
socialMedia: {
imagePath: '/files/base/smg/all/image/static/newsletter',
links: [
Expand Down

0 comments on commit f4d40e9

Please sign in to comment.