link without underline in react code example
Example 1: remove underline from link i react
<Link to="/" style={{textDecoration:"none"}} />
Example 2: react link underline
<Link to="first" style={{ textDecoration: 'none' }}>
<MenuItem style={{ paddingLeft: 13 }}>Team 1</MenuItem>
</Link>