diff --git a/ui/components/SearchImages.tsx b/ui/components/SearchImages.tsx index 0ab5076..137571c 100644 --- a/ui/components/SearchImages.tsx +++ b/ui/components/SearchImages.tsx @@ -66,7 +66,7 @@ const SearchImages = ({ )} {loading && ( -
+
{[...Array(4)].map((_, i) => (

- View {images.slice(0, 2).length} more + View {images.length - 3} more

)}