Problem: I'm using React Router Links and I can't figure out how to style them (I want to change font color and delete the underline).
I've been reading different documents but still can't figure out how to do this. One page said to just use NavLink instead of Link. I've used NavLink to create a navigation bar on my page and I've styled that with no problems but I feel like using a NavLink when it's not up in the navigation bar probably isn't the correct way to go?