mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 22:26:41 +07:00
added lazy loading to flow images
This commit is contained in:
parent
e2d870f187
commit
50f561de96
4 changed files with 18 additions and 13 deletions
|
@ -119,7 +119,6 @@ const FlowCell: FC<Props> = ({
|
|||
{image && (
|
||||
<FlowCellImage
|
||||
src={image}
|
||||
height={400}
|
||||
className={styles.thumb}
|
||||
style={{ backgroundColor: color }}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue