Skip to content

Commit

Permalink
Merge pull request #63 from GeorgiySergeev/fixed-basket-img
Browse files Browse the repository at this point in the history
fixed basket-img
  • Loading branch information
GeorgiySergeev committed May 26, 2023
2 parents edaa328 + 9d4741e commit c9d3dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/basket-mod.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<h2 class="basket-title">basket</h2>
<div class="picture-box">
<picture class="basket">
<source srcset="./img/basket/[email protected] 1x, ./img/[email protected] 2x" type="image/webp" />
<source srcset="./img/basket/[email protected] 1x, ./img/basket/[email protected] 2x" type="image/jpeg" />
<source srcset="./img/basket/[email protected] 1x, ./img/basket/[email protected] 2x" type="image/webp" />
<source srcset="./img/basket/[email protected] 1x, ./img/basket/[email protected] 2x" type="image/jpg" />
<img src="./img/basket/[email protected]" alt="empty basket" />
</picture>
<a class="add-btn js-modal-close" href="#fruits">
Expand Down

0 comments on commit c9d3dda

Please sign in to comment.