feat: remove color from register link

This commit is contained in:
karishmas6
2024-10-24 07:21:12 +05:30
parent d78814fd5d
commit ad5523f7dc

View File

@@ -106,7 +106,7 @@ const Login = () => {
<Typography variant="body2" align="center"> <Typography variant="body2" align="center">
Dont have an account?{' '} Dont have an account?{' '}
<Link to="/register" style={{ textDecoration: 'none', color: '#1976d2' }}> <Link to="/register" style={{ textDecoration: 'none'}}>
Register Register
</Link> </Link>
</Typography> </Typography>