Skip to content

Commit

Permalink
feat: disable cartoonified images
Browse files Browse the repository at this point in the history
  • Loading branch information
gurjit03 committed Nov 3, 2022
1 parent 6c13a14 commit 1b817df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/js/components/GenericError.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export default class GenericError extends React.PureComponent {
<section>{description}</section>
)}
</div>
<div>
{/* <div>
<img src={url} alt={alt} />
</div>
</div> */}
</div>
);
}
Expand Down
4 changes: 2 additions & 2 deletions src/js/pages/NotFound/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export default class NotFound extends React.PureComponent {
<div id="error-msg">{TEXTS.PAGE_NOT_FOUND_MESSAGE}</div>
<div id="error-desc">{TEXTS.URL_NOT_FOUND(url)}</div>
</div>
<div>
{/* <div>
<img
src="/assets/images/404.png"
alt="Image of Sikh Man smiling at you"
/>
</div>
</div> */}
</div>
);
}
Expand Down

0 comments on commit 1b817df

Please sign in to comment.