Skip to content

Commit

Permalink
fixed typo in url
Browse files Browse the repository at this point in the history
  • Loading branch information
weswojciech committed Feb 20, 2024
1 parent 9c268e5 commit ac98f52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ <h2 class="title title--secondary">
<div class="main__container">
<section class="section section1">
<img
srcset="./images/main-image-phone-small.jpg 320w, ./images/main-image-phone-large.jpg 1260w"
src="./main-image-phone-small.jpg"
srcset="./images/main-image-phone.jpg 320w, ./images/main-image-phone-large.jpg 1260w"
src="./images/main-image-phone.jpg"
sizes="(max-width: 1260px) 320px
1260px"
alt="NOTHING Phone"
Expand All @@ -97,7 +97,7 @@ <h2 class="title title--secondary">
<section class="section section2">
<img
srcset="./images/main-image-earphones-small.jpg 320w, ./images/main-image-earphones-large.jpg 1260w"
src="./main-image-earphones-small.jpg"
src="./images/main-image-earphones-small.jpg"
sizes="(max-width: 1260px) 320px
1260px"
alt="NOTHING Earphones"
Expand All @@ -109,7 +109,7 @@ <h2 class="title title--secondary">
<section class="section section3">
<img
srcset="./images/main-image-earstick-small.jpg 320w, ./images/main-image-earstick-large.jpg 1260w"
src="./main-image-earstick-small.jpg"
src="./images/main-image-earstick-small.jpg"
sizes="(max-width: 1260px) 320px
1260px"
alt="NOTHING Earstick"
Expand Down

0 comments on commit ac98f52

Please sign in to comment.