I took screenshots of my issue. I am sure the issue can be found from there.
The error I get from console log seems to be wrong, cuz nothing should be wrong with exporting the Card.js
Both the star and katies picture is not appearing. I think the path for both of the images are correct.
Only way I can get for example katies picture to appear if i do this:
import KatieImg from "../images/katie.png"
<img src={KatieImg} className="card-img"/>
Same for the star icon, but it should be done using props. Can anyone spot the mistake?