Skip to content

Commit

Permalink
My Home: Update start learning image (#59698)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur791004 committed Jan 5, 2022
1 parent 87296f9 commit a348431
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/assets/images/customer-home/plain-play.png
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from '@wordpress/element';
import { useTranslate } from 'i18n-calypso';
import playImage from 'calypso/assets/images/customer-home/plain-play.png';
import startLearningPrompt from 'calypso/assets/images/customer-home/illustration--secondary-start-learning.svg';
import { EDUCATION_BLOGGING_QUICK_START } from 'calypso/my-sites/customer-home/cards/constants';
import EducationalContent from '../educational-content';
import BloggingQuickStartModal from './blogging-quick-start-modal';
Expand Down Expand Up @@ -29,7 +29,7 @@ const BloggingQuickStart = () => {
text: translate( 'Start learning' ),
},
] }
illustration={ playImage }
illustration={ startLearningPrompt }
cardName={ EDUCATION_BLOGGING_QUICK_START }
/>
);
Expand Down

0 comments on commit a348431

Please sign in to comment.