feat: remove color from register link
This commit is contained in:
@@ -106,7 +106,7 @@ const Login = () => {
|
|||||||
|
|
||||||
<Typography variant="body2" align="center">
|
<Typography variant="body2" align="center">
|
||||||
Don’t have an account?{' '}
|
Don’t have an account?{' '}
|
||||||
<Link to="/register" style={{ textDecoration: 'none', color: '#1976d2' }}>
|
<Link to="/register" style={{ textDecoration: 'none'}}>
|
||||||
Register
|
Register
|
||||||
</Link>
|
</Link>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user