We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d6504 commit c27f19dCopy full SHA for c27f19d
src/app/app.component.html
@@ -38,9 +38,7 @@ <h1>{{title}}</h1>
38
39
<div class="media">
40
<div class="media-left">
41
- <a href="#">
42
- <img class="media-object" [src]="selectedUser.avatar_url">
43
- </a>
+ <img width="100" height="100" class="media-object" [src]="selectedUser.avatar_url">
44
</div>
45
<div class="media-body">
46
<h4 class="media-heading">{{selectedUser.login}}</h4>
0 commit comments