SyntaxFix
Write A Post
Hire A Developer
Questions
I had a problem where the Link element was changing my h4 to 'underline', setting text-decoration: 'none' did not work, my only solution was to use a button instead.
<Link to="/settings"> <button>Settings</button> </Link>