Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db336e5

Browse files
author
tabvn.drupal
committed
t
1 parent c27f19d commit db336e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2><span *ngIf="loadingFollowers">Followers loading...</span><span *ngIf="!load
5353
<div *ngFor="let follower of selectedUser.followers" class="col-xs-6 col-md-2">
5454

5555
<div class="thumbnail">
56-
<img [src]="follower.avatar_url">
56+
<img style="cursor: pointer;" (click)="viewUser(follower)" [src]="follower.avatar_url">
5757
<div class="caption">
5858
<h4>{{follower.login}}</h4>
5959
<p>

0 commit comments

Comments
 (0)