Skip to content

Commit

Permalink
Update website-1.x/core/Showcase.js
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Aug 8, 2020
1 parent f3b2269 commit 4bf198d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website-1.x/core/Showcase.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ users.forEach((user) => {
);
}
});

const UserLink = ({infoLink, image, caption}) => (
<a className="link" href={infoLink} key={infoLink}>
<img src={image} alt={caption} title={caption} />
Expand Down

0 comments on commit 4bf198d

Please sign in to comment.