Skip to content

Commit

Permalink
HappyBlocks: Add common custom blocks class (#72911)
Browse files Browse the repository at this point in the history
Co-authored-by: Matías Surdi <[email protected]>
  • Loading branch information
msurdi-a8c and Matías Surdi authored Feb 3, 2023
1 parent a029187 commit a811290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const PricingPlans: FunctionComponent<
const onSetPlan = ( productSlug: string ) => setAttributes( { productSlug } );

return (
<div className="hb-pricing-plans-embed">
<div className="hb-pricing-plans-embed wp-block-embed">
{ attributes.planTypeOptions.length > 1 && (
<PricingPlansTabs
attributes={ attributes }
Expand Down

0 comments on commit a811290

Please sign in to comment.