Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
EyadHeg committed Dec 14, 2024
1 parent 9db7440 commit d3050dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ const Login = () => {
</form>
<div className={styles.social_login}>
<button className={styles.social_btn} onClick={handleFacebookLogin}>
<FontAwesomeIcon icon={faFacebook} /> Login with Facebook
<FontAwesomeIcon icon={faFacebook} /> &nbsp; Login with Facebook
</button>
<button className={styles.social_btn} onClick={handleGoogleLogin}>
<FontAwesomeIcon icon={faGoogle} /> Login with Google
<FontAwesomeIcon icon={faGoogle} /> &nbsp; Login with Google
</button>
</div>
</div>
Expand Down

0 comments on commit d3050dc

Please sign in to comment.