Skip to content

Commit

Permalink
feat(addon-commerce): ThumbnailCard add <img> support
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Sep 2, 2024
1 parent b20459b commit abf1c74
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
[icon]="iconEnd"
/>
</div>
<div class="t-left t-icon">
<ng-content select="img" />
</div>
<ng-content />
<ng-container *ngIf="paymentSystem">
<tui-icon
Expand Down

0 comments on commit abf1c74

Please sign in to comment.