Submitted about 2 months ago
Testimonial grid section submission using Vite, React, TypeScript
@ronaldyonggi
Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
The quotation mark that's supposed to be part of the purple card background doesn't show up in production, but it shows up in dev mode. Currently still troubleshooting this.
What specific areas of your project would you like help with?The quotation mark that's supposed to be part of the purple card background doesn't show up in production, but it shows up in dev mode.
Community feedback
- @Sarah-okoloPosted about 2 months ago
Hi there, awesome solution.
To solve your issue, place the images folder inside the public folder, then reference the image as such:
background-image: url(/images/bg-pattern-quotation.svg)
. I hope this helps.1
Please log in to post a comment
Log in with GitHubJoin 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