diff --git a/components/search-results-image.tsx b/components/search-results-image.tsx index 611971f7a..510786ee3 100644 --- a/components/search-results-image.tsx +++ b/components/search-results-image.tsx @@ -317,10 +317,10 @@ export const SearchResultsImageSection: React.FC< )} - + - Search Images - + Images + {query} @@ -331,7 +331,7 @@ export const SearchResultsImageSection: React.FC< startIndex: selectedIndex, loop: filteredCount > 1 }} - className="w-full bg-muted max-h-[60vh]" + className="w-full max-h-[70vh]" > {filteredImages.map((img, idx) => ( @@ -340,7 +340,7 @@ export const SearchResultsImageSection: React.FC< {`Image removeImage(img.id)} /> )} -
+
{current} of {filteredCount}