Skip to content

Commit

Permalink
Merge branch 'remove-sponsored-label' of https://github.com/jwade1327…
Browse files Browse the repository at this point in the history
…/science-medicine-group-newsletters into remove-sponsored-label
  • Loading branch information
jwade1327 committed Oct 24, 2024
2 parents 24f8eb2 + 9d937f3 commit cd582d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/components/blocks/content/list-item.marko
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $ const ctaLinkAttrs = { style: ctaLinkStyles, ...linkAttrs };
<if(labels.includes("Sponsored"))>
$ const tag = (content.company) ? `Sponsored by ${get(content, "company.name")}` : "Sponsored Content";
<tr>
<td align="left" valign="top" style=sponsoredTagStyle>${tag}</td>
<!-- <td align="left" valign="top" style=sponsoredTagStyle>${tag}</td> -->
<td align="right" width="200">
<marko-core-obj-value|{ value: image }| obj=company field="primaryImage" as="object">
<marko-newsletter-imgix
Expand Down

0 comments on commit cd582d0

Please sign in to comment.