Posts by Alisson Diogo • 59 points
2 posts
-
1
votes1
answer56
viewsA: Problem picking up a specific button ID
Hello! What happens is that your pegId function is very specific. As you are spelling out which ID, it will always get that ID. You can solve in some ways: <button id="tenis" pegarId("tenis")…
-
1
votes1
answer62
viewsA: Image does not render
Hello, try to import like this: import planetsCard from '../../images/planetsCard/Hoth.png'; <img src={planetsCard}/>