From 874efefa9ea67a7e1050a071cf03807acdfcfea5 Mon Sep 17 00:00:00 2001 From: lenoxpc Date: Sat, 18 Nov 2023 22:03:57 +0800 Subject: [PATCH] re: re: redeploy --- src/components/Gallery.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Gallery.jsx b/src/components/Gallery.jsx index ddaa2d3..cf1cfdd 100644 --- a/src/components/Gallery.jsx +++ b/src/components/Gallery.jsx @@ -60,7 +60,7 @@ const Gallery = () => { { - items.map(({src}) => ( + items.map(({src, altText}) => ( {altText}/ )) }