Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jun 17, 2024
1 parent eccc084 commit 592c460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/explore/components/Recommendation.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default ({ image, url, name }) => {
<img
class="e_Recommendation_image"
src="${src(image, 200)}"
srcet="${srcset(image, [200, 400])}"
srcset="${srcset(image, [200, 400])}"
alt=""
sizes="200px"
width="200"
Expand Down
2 changes: 1 addition & 1 deletion src/explore/pages/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default ({ c }) => {
html`<a class="e_HomePage__categoryLink" href="${url}">
<img
src="${src(image, 500)}"
srcet="${srcset(image, [500, 1000])}"
srcset="${srcset(image, [500, 1000])}"
sizes="100vw, (min-width: 500px) 50vw"
alt=""
/>
Expand Down

0 comments on commit 592c460

Please sign in to comment.