Skip to content

Commit

Permalink
Fix my unfix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Dec 13, 2017
1 parent dac87ef commit 896c187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-image/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class Image extends React.Component {

{/* Show the original image during server-side rendering if JavaScript is disabled */}
<noscript>
<img
<Img
alt={alt}
title={title}
srcSet={image.srcSet}
Expand Down Expand Up @@ -388,7 +388,7 @@ class Image extends React.Component {

{/* Show the original image during server-side rendering if JavaScript is disabled */}
<noscript>
<img
<Img
alt={alt}
title={title}
width={image.width}
Expand Down

0 comments on commit 896c187

Please sign in to comment.