fix(docs-infra): fix image name in example (#36127)

Closes #35618

PR Close #36127
This commit is contained in:
Sonu Kapoor
2020-03-18 14:23:02 -04:00
committed by Misko Hevery
parent 6fc85073d2
commit 912692137a
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export class AppComponent {
currentCustomer = 'Maria';
title = 'Featured product:';
itemImageUrl = '../assets/pottedPlant.png';
itemImageUrl = '../assets/potted-plant.png';
recommended = 'You might also like:';
itemImageUrl2 = '../assets/lamp.png';