Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Oct 24, 2024
1 parent cd582d0 commit 265107d
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 265107d

Please sign in to comment.