Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit d8c6199

Browse files
authored
Featured Product Block: Use real product short description (#315)
1 parent 4f2d3f1 commit d8c6199

File tree

1 file changed

+1
-2
lines changed
  • assets/js/blocks/featured-product

1 file changed

+1
-2
lines changed

assets/js/blocks/featured-product/block.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ class FeaturedProduct extends Component {
245245
<div
246246
className="wc-block-featured-product__description"
247247
dangerouslySetInnerHTML={ {
248-
__html:
249-
'<p>Black cotton top with matching striped skirt. </p>\n',
248+
__html: product.short_description,
250249
} }
251250
/>
252251
) }

0 commit comments

Comments
 (0)