Skip to content

Commit

Permalink
Refactor Black Friday in the editor metabox and sidebar popups
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschoester committed Oct 2, 2024
1 parent a7d131f commit 07221b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/components/UpsellBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class UpsellBox extends Component {
<Fragment>
{ isBlackFriday &&
<div className="yst-flex yst-items-center yst-text-lg yst-content-between yst-bg-black yst-text-amber-300 yst-h-9 yst-border-amber-300 yst-border-y yst-border-x-0 yst-border-solid yst-px-6">
<div className="yst-mx-auto">{ __( "BLACK FRIDAY | 30% OFF", "wordpress-seo" ) }</div>
<div className="yst-mx-auto">{ __( "30% OFF - BLACK FRIDAY", "wordpress-seo" ) }</div>
</div> }
<Container>
<Heading>{ this.props.title }</Heading>
Expand Down

0 comments on commit 07221b9

Please sign in to comment.