Skip to content

Commit

Permalink
Recommendations: update button in My Plan to go to Recommendations
Browse files Browse the repository at this point in the history
In #12277 and #12429, we added a "checklist" component to the Jetpack dashboard, as well as a CTA that would lead you to the checklist in Calypso.
We never really expanded on that checklist and its display in the React dashboard, but we now have a Recommendations component we use in Jetpack, since #18437.

This commit removes the elements from the checklist that we never used, and updates the CTA link in "My Plan" to point to the new Recommendations, when those recommendations must be shown to site owners.
  • Loading branch information
jeherve committed Feb 16, 2021
1 parent 9031fab commit d529792
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 454 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/jetpack/_inc/client/my-plan/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function MyPlan( props ) {
activeProducts={ props.activeProducts }
plan={ sitePlan }
purchases={ props.purchases }
siteRawUrl={ props.siteRawUrl }
siteAdminUrl={ props.siteAdminUrl }
/>
<MyPlanBody
activeFeatures={ activeFeatures }
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d529792

Please sign in to comment.