Skip to content

Commit 05489da

Browse files
committed
Fix missing image
1 parent 95b0121 commit 05489da

File tree

1 file changed

+3
-3
lines changed
  • final-project/ecommerce-site/scripts

1 file changed

+3
-3
lines changed

final-project/ecommerce-site/scripts/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ var appData = {
7171
"description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore."
7272
}, {
7373
"tag": "Traveling",
74-
"img": "images/decoration.jpg",
75-
"img_alt": "A wall with wood planks containing old framed images, a sports coat, and boat oar",
76-
"title": "Warm Moments",
74+
"img": "images/travelling.jpg",
75+
"img_alt": "A photograph of the back of a train as it rounds a mountain",
76+
"title": "Explore the World",
7777
"description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore."
7878
}, {
7979
"tag": "Photography",

0 commit comments

Comments
 (0)