Skip to content

Commit

Permalink
re: re: redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLenoX committed Nov 18, 2023
1 parent ca27977 commit 874efef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Gallery.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Gallery = () => {

<Glide height={400} width={700}>
{
items.map(({src}) => (
items.map(({src, altText}) => (
<img src={src} alt={altText}/>
))
}
Expand Down

0 comments on commit 874efef

Please sign in to comment.