Skip to content

Commit

Permalink
Add/growth icon to upsell (#40347)
Browse files Browse the repository at this point in the history
* Add growth icon to recommendation upsell

* changelog
  • Loading branch information
CodeyGuyDylan authored Nov 26, 2024
1 parent 70a19bc commit c3e6a1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ export const getProductCardData = ( state, productSlug ) => {
} ),
productCardCtaText: __( 'Get Jetpack Growth', 'jetpack' ),
productCardList: products.growth ? products.growth.features : [],
productCardIcon: '/recommendations/growth-icon.svg',
};
case PLAN_JETPACK_ANTI_SPAM:
return {
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/add-growth-icon-to-upsell
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Add growth icon to recommendation upsell
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3e6a1f

Please sign in to comment.