Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 489503f

Browse files
committed
changed linkedin icon color in login component
1 parent 0c45374 commit 489503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/auth/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3>Login</h3>
1818
<div class="new-align-center" *ngIf="!submitting">
1919
<div id="google-button"></div>
2020
<a href="{{ linkedinUrlAuth }}" class="buttons btn-linkedin">
21-
<i class="fa fa-linkedin"></i>
21+
<i class="fa fa-linkedin text-white"></i>
2222
Sign in with LinkedIn
2323
</a>
2424
<a href="{{ fenixUrlAuth }}" class="buttons btn-fenix">

0 commit comments

Comments
 (0)