Skip to content

Commit

Permalink
Upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jstncno committed Jan 20, 2024
1 parent 2efa789 commit 95045f2
Show file tree
Hide file tree
Showing 4 changed files with 3,757 additions and 3,939 deletions.
5 changes: 3 additions & 2 deletions lib/components/splash-page/SplashPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ export default function SplashPage() {
}

const backgroundPhoto = photo &&
<Image src={photo.urls.full} layout="fill"
<Image src={photo.urls.full}
alt={photo.alt_description ?? 'Cover photo from Unsplash'}
layout="fill"
objectFit="cover"
width={photo.width} height={photo.height}
onLoadingComplete={initialize} />;

const photoCredits = photo &&
Expand Down
Loading

0 comments on commit 95045f2

Please sign in to comment.