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