Skip to content

Commit

Permalink
feat(about): add a link to the contributor github page
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Oct 17, 2016
1 parent 05fc164 commit 7a6a940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/about/about.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import {Http} from '@angular/http';
</section>
<section *ngIf="ready">
<h2>Contributors</h2>
<div class="contributor" *ngFor="let contributor of contributors">
<a class="contributor" *ngFor="let contributor of contributors" [attr.href]="contributor.html_url">
<img [attr.src]="contributor.avatar_url"/>
<p>{{contributor.login}}</p>
</div>
</a>
</section>
<section>
<h2>Legal</h2>
Expand Down

0 comments on commit 7a6a940

Please sign in to comment.