Skip to content

Commit

Permalink
fix picture addr
Browse files Browse the repository at this point in the history
  • Loading branch information
Silent-Watcher committed Oct 8, 2023
1 parent 725cf9b commit ba1208b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<section class="card">
<div class="card__header">
<img class="card__image " src="../img/shoe.png" alt="">
<img class="card__image " src="shoe.png" alt="shoe">
<h3 class="card__title">Nike Shoes</h3>
</div>
<div class="card__content">
Expand Down
Binary file removed img/shoe.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<section class="card">
<div class="card__header">
<img class="card__image " src="../img/shoe.png" alt="">
<img class="card__image " src="../dist/shoe.png" alt="shoe">
<h3 class="card__title">Nike Shoes</h3>
</div>
<div class="card__content">
Expand Down

0 comments on commit ba1208b

Please sign in to comment.