feat: remove color from login link

This commit is contained in:
karishmas6
2024-10-24 07:21:31 +05:30
parent ad5523f7dc
commit 29857bbb82

View File

@@ -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>