diff --git a/components/Gallery.tsx b/components/Gallery.tsx index fd58e3b..919f550 100644 --- a/components/Gallery.tsx +++ b/components/Gallery.tsx @@ -256,7 +256,7 @@ export function Gallery() { })); // Add to store - newImages.forEach(addGeneratedImage); + newImages.forEach(addToGallery); alert('✨ Remix complete! New images added to gallery.'); setEditModalOpen(false);