Skip to content

Commit

Permalink
fix implementation of placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-i-todorov committed Jan 7, 2024
1 parent bdfe0db commit 80a76e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/blurrable-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const BlurrableImage = ({
props.className,
)}
ref={imageRef}
onLoad={() => setIsLoaded(true)}
/>
{/* it gets the alt from the props */}
{/* eslint-disable-next-line jsx-a11y/alt-text */}
Expand Down
Binary file modified prisma/data.db
Binary file not shown.

0 comments on commit 80a76e5

Please sign in to comment.