Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed Feb 13, 2024
1 parent e393867 commit a27fa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/blocks/Listing/WhatsonTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Card = ({ item, showDescription = true }) => {
<UniversalLink href={item['@id']} className="plone-item-card-link">
<div className="listing-image">
<a href={src}>
<img src={src} alt={item.title ?? 'alt'} />
<img loading="lazy" src={src} alt={item.title ?? 'alt'} />
</a>
</div>
</UniversalLink>
Expand Down

0 comments on commit a27fa0e

Please sign in to comment.