diff --git a/components/Gallery.tsx b/components/Gallery.tsx index 5a96189..22e07b2 100644 --- a/components/Gallery.tsx +++ b/components/Gallery.tsx @@ -339,73 +339,9 @@ export function Gallery() { - {/* Overlay */} + {/* Hover Overlay - Simplified: just show prompt */}
-

{img.prompt}

-
- - e.stopPropagation()} - > - - - {/* Remix button - only for Whisk (base64) images for now */} - {(!img.provider || img.provider === 'whisk') && ( - - )} - {/* Video button - only for 16:9 images AND Whisk provider (base64) */} - {img.aspectRatio === '16:9' && (!img.provider || img.provider === 'whisk') ? ( - - ) : ( - - )} - -
+

{img.prompt}

))}