Skip to content

Commit

Permalink
Remove default attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosbodoke committed Feb 4, 2024
1 parent a35f9fc commit 4a53fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/HighlineImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ function HighlineImage({ coverImageId }: HighlinePropsImage) {
src={URL}
alt="Image of the Highline"
fill
loading="lazy"
onLoad={() => setLoaded(true)}
className={cn(loaded ? "object-cover object-center" : "opacity-0")}
/>
Expand Down

0 comments on commit 4a53fd9

Please sign in to comment.