Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekch33 committed Nov 3, 2023
2 parents 844a945 + e6ce82f commit d030409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enyugma-frontend/src/Components/Gallery/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Gallery = () => {

const List = ({ label, link, LiClass }) => (
<li className={LiClass} onClick={() => handleImageClick(link)}>
<img className="honeycomb-cell__image " src={link} alt="" loading="lazy" />
<img className="honeycomb-cell__image " src={link} alt="" loading="eager" />
<div className="honeycomb-cell__title">{label}</div>
</li>
);
Expand Down

0 comments on commit d030409

Please sign in to comment.