Reenable homepage animation

This commit is contained in:
Sam Becker 2024-04-19 09:22:39 -05:00
parent 63ff8297f0
commit 3bb3144eff
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ export default async function HomePage() {
? <div className="space-y-1">
<PhotosLarge
photos={photos}
animate={false}
prefetchFirstPhotoLinks={true}
/>
<Suspense>

View File

@ -16,7 +16,7 @@ import AnimateItems from '../components/AnimateItems';
export default function NavClient({
showAdmin,
animate,
animate = true,
}: {
showAdmin?: boolean,
animate?: boolean,