Skip to content

Commit

Permalink
Merge pull request #775 from Financial-Times/am/rename-pormo-content-…
Browse files Browse the repository at this point in the history
…wrapper

feat: rename promo content wrapper to match image container
  • Loading branch information
metart43 authored Apr 15, 2024
2 parents 6f53c5b + 2b7253b commit b6a43a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/x-teaser/src/PromotionaContent.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { h } from '@financial-times/x-engine'

const PromotionalContent = ({ promotionalContent }) => (
<div className="o-teaser__promotional-content">{promotionalContent}</div>
<div className="o-teaser__image-container js-teaser-image-container">{promotionalContent}</div>
)

export default PromotionalContent

0 comments on commit b6a43a8

Please sign in to comment.