Skip to content

Commit

Permalink
Merge pull request #307 from shauryakushwaha08/feature/Update_Twitter…
Browse files Browse the repository at this point in the history
…_logo

Updated the twitter logo to new X logo in login page
  • Loading branch information
swaraj-das authored Oct 12, 2024
2 parents 9bb508c + 0ece0be commit ac185cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Login to Your Account</h1>
<ion-icon name="logo-facebook"></ion-icon>
</a></li>
<li class="social-icon__item"><a class="social-icon__link" href="#">
<ion-icon name="logo-twitter"></ion-icon>
<i class="fa-brands fa-x-twitter"></i>
</a></li>
<li class="social-icon__item"><a class="social-icon__link" href="#">
<ion-icon name="logo-linkedin"></ion-icon>
Expand Down Expand Up @@ -112,4 +112,5 @@ <h1>Login to Your Account</h1>
}
}
</script>
<script src="https://kit.fontawesome.com/856f4a44d7.js" crossorigin="anonymous"></script>
</html>

0 comments on commit ac185cc

Please sign in to comment.