diff --git a/ui/components/SearchImages.tsx b/ui/components/SearchImages.tsx index 1f94963..0ab5076 100644 --- a/ui/components/SearchImages.tsx +++ b/ui/components/SearchImages.tsx @@ -92,7 +92,7 @@ const SearchImages = ({ key={i} src={image.img_src} alt={image.title} - className="h-full w-full aspect-video object-cover rounded-lg transition duration-200 active:scale-95 cursor-pointer" + className="h-full w-full aspect-video object-cover rounded-lg transition duration-200 active:scale-95 hover:scale-[1.02] cursor-zoom-in" /> )) : images.map((image, i) => ( @@ -108,13 +108,13 @@ const SearchImages = ({ key={i} src={image.img_src} alt={image.title} - className="h-full w-full aspect-video object-cover rounded-lg transition duration-200 active:scale-95 cursor-pointer" + className="h-full w-full aspect-video object-cover rounded-lg transition duration-200 active:scale-95 hover:scale-[1.02] cursor-zoom-in" /> ))} {images.length > 4 && (