DEV Community

[Comment from a deleted post]
Collapse
 
nabendu82 profile image
Nabendu

Valentinez,
Did you uploaded the banner.jpg in your static folder. Also, please upload your code in github and send me the link. I will run in my local and check it.
Thanks,
Nabendu

Collapse
 
jayden96 profile image
Valentinez • Edited

Yes I did uploaded it on a static folder. Here is my github link to the project github.com/Jayden96/firstGatsby Thanks a lot by the way

 
nabendu82 profile image
Nabendu

Please make sure to have the below at the bottom of IndexStyles.js or else you will get an error.

export { Banner, TextWrapper, MoreText }

This line is mentioned after some more lines. Sorry to missed that.