Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions instagram-clone/client/src/components/login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const Login = () => {

<Typography style={{ fontSize: 13, color: '#8e8e8e' }}>OR</Typography>
<Typography style={{ color: '#385185', fontSize: 14, margin: 20, fontWeight: 600 }}>Log in with Facebook</Typography>
<Typography style={{ color: '#385185', fontSize: 14, margin: 20, fontWeight: 600 }}>Log in with Google</Typography>
<Typography style={{ color: '#00376b', fontSize: 12, marginBottom: 20 }}>Forgot Password?</Typography>
</AccountBox>
<AccountBox>
Expand Down