Answers for "how to get rid of the underline in react when using Link"

1

remove underline from hyperlink react

You can add style={{ textDecoration: 'none' }}
Posted by: Guest on January-11-2021

Code answers related to "how to get rid of the underline in react when using Link"

Code answers related to "Javascript"

Browse Popular Code Answers by Language