Skip to content

Commit

Permalink
Merge pull request #34 from masterChallenge/develop
Browse files Browse the repository at this point in the history
fix thumbnails
  • Loading branch information
rromodev authored Mar 23, 2021
2 parents afc8ce1 + dd3f5d8 commit 227599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Home = () => {
challengeId={item.challengeId}
name={item.name}
difficulty={item.difficulty}
image={item.image}
image={item.challenge.image}
attempts={item.attempts}
estatus={item.estatus}
/>
Expand Down

1 comment on commit 227599e

@vercel
Copy link

@vercel vercel bot commented on 227599e Mar 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.