diff --git a/client/assets/images/customer-home/illustration--secondary-learn.svg b/client/assets/images/customer-home/illustration--secondary-learn.svg new file mode 100644 index 00000000000000..4546df33606756 --- /dev/null +++ b/client/assets/images/customer-home/illustration--secondary-learn.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/client/assets/images/customer-home/illustration--secondary-wp-learn.png b/client/assets/images/customer-home/illustration--secondary-wp-learn.png deleted file mode 100644 index aa171818c212b1..00000000000000 Binary files a/client/assets/images/customer-home/illustration--secondary-wp-learn.png and /dev/null differ diff --git a/client/my-sites/customer-home/cards/education/wpcourses/index.jsx b/client/my-sites/customer-home/cards/education/wpcourses/index.jsx index 1a22fd6aeb75af..3d1d19c64592da 100644 --- a/client/my-sites/customer-home/cards/education/wpcourses/index.jsx +++ b/client/my-sites/customer-home/cards/education/wpcourses/index.jsx @@ -1,6 +1,6 @@ import config from '@automattic/calypso-config'; import { useTranslate } from 'i18n-calypso'; -import wpLearnLogo from 'calypso/assets/images/customer-home/illustration--secondary-wp-learn.png'; +import wpLearnLogo from 'calypso/assets/images/customer-home/illustration--secondary-learn.svg'; import { EDUCATION_WPCOURSES } from 'calypso/my-sites/customer-home/cards/constants'; import EducationalContent from '../educational-content';