Search fixes

This commit is contained in:
Henrik Larsson
2023-08-11 11:54:50 +02:00
parent 70b869739f
commit 86f2475aad
17 changed files with 172 additions and 59 deletions

View File

@@ -27,7 +27,7 @@ export function Gallery({ images }: { images: { src: string; alt: string }[] })
return (
<>
<div className="relative aspect-square h-full w-full overflow-hidden">
<div className="relative aspect-square h-full w-full">
{images[imageIndex] && (
<Image
className="h-full w-full object-cover"