feat: rm hover effect for username

This commit is contained in:
RohitR311
2025-01-08 21:06:39 +05:30
parent 4df8b4c096
commit fa2f586537

View File

@@ -300,7 +300,6 @@ export const NavBar: React.FC<NavBarProps> = ({
borderRadius: '5px',
padding: '8px',
marginRight: '10px',
'&:hover': { backgroundColor: 'white', color: '#ff00c3' }
}}>
<AccountCircle sx={{ marginRight: '5px' }} />
<Typography variant="body1">{user.email}</Typography>