fix(docs-infra): fix image name in example (#36127)
Closes #35618 PR Close #36127
This commit is contained in:

committed by
Misko Hevery

parent
14b2db1d43
commit
e140cdcb34
@ -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';
|
||||
|
Reference in New Issue
Block a user