Skip to content

Commit

Permalink
Merge pull request #1135 from rajveeerr/main
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveeerr authored Oct 5, 2024
2 parents 822a94b + d0519d3 commit 2c2648e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
.signin-opt-icons a:hover img {
transform: scale(1.1);
transition: transform 0.3s ease-in-out;
width: 14rem;
.google-icon {
vertical-align: middle;
Expand Down Expand Up @@ -109,7 +111,7 @@
<a href="/auth/google" class="google-button tooltip" aria-label="sign in with google">
<img
src="https://cdn-icons-png.flaticon.com/512/300/300221.png"
width="45px"

/>
</a>

Expand All @@ -118,7 +120,7 @@
<!-- Please do the OAuth for facebook here, after completion, delete this comment -->
<img
src="https://cdn-icons-png.flaticon.com/512/733/733547.png"
width="45px"

/>
</a>

Expand All @@ -128,7 +130,7 @@
<!-- Please do the OAuth for twitter here, after completion, delete this comment -->
<img
src="https://cdn-icons-png.flaticon.com/512/3256/3256013.png"
width="45px"

/>
</a>
</div>
Expand Down

0 comments on commit 2c2648e

Please sign in to comment.