Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Results Summary Component

@edu290386

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


In my local project icons apeeared but in vercel don´t works , i don´t know why .

Community feedback

Refer59 190

@Refer59

Posted

Seems that you are trying to load a no-static image during the runtime, you can put the images in the public folder and change the urls of each image in the json to the public folder to do the approach you are looking, for something like this:

[
{
"category": "Reaction",
"score": 80,
"icon": "../../public/icon-reaction.svg"
},

//...
]
0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord