Reenable homepage animation
This commit is contained in:
parent
63ff8297f0
commit
3bb3144eff
@ -34,7 +34,6 @@ export default async function HomePage() {
|
||||
? <div className="space-y-1">
|
||||
<PhotosLarge
|
||||
photos={photos}
|
||||
animate={false}
|
||||
prefetchFirstPhotoLinks={true}
|
||||
/>
|
||||
<Suspense>
|
||||
|
||||
@ -16,7 +16,7 @@ import AnimateItems from '../components/AnimateItems';
|
||||
|
||||
export default function NavClient({
|
||||
showAdmin,
|
||||
animate,
|
||||
animate = true,
|
||||
}: {
|
||||
showAdmin?: boolean,
|
||||
animate?: boolean,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user