Hey everyone,
I apologize if this has been figured out already, but I’m pretty new at coding and cannot seem to get this fixed. This is my Netlify build site: https://jessica-boll-portfolio.netlify.app/
This is in relation to the title when hovering over a navigation link at the top and bottom of the pages. Anytime I use an 's and then push my build to Netlify and it publishes, it turns my 's into a \ and then ends the line.
For instance, the issue I’m having has to do with my navigation link at the top and bottom of each page that says “Work”. I want my site to be accessible so I always add titles and when you hover over the “Work” link, it reads Jessica\ and nothing else. However, on my live server from VS Code, it shows Jessica’s Work when I hover over the same link.
When I go to inspect the page, it shows: title="Jessica" s work’
I assume this is something I may not be aware of so I’m really hoping a seasoned veteran can provide insights into what I need to change.
Thank you all!