Answers for "can't remove underline from react link"

6

remove underline from link i react

<Link to="/" style={{textDecoration:"none"}} />
Posted by: Guest on April-07-2021
0

react link without underline

<Link style={{ color: 'inherit', textDecoration: 'inherit'}}>
Posted by: Guest on December-01-2021

Code answers related to "can't remove underline from react link"

Code answers related to "Javascript"

Browse Popular Code Answers by Language