Skip to content

Commit

Permalink
fix: fix target issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 5, 2020
1 parent c929432 commit 02ad725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/presentation/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ <h3 class="center">沉淀我们的各种实践,向您提供全程的数据化
<div class="section-title">Core Contributors</div>
<div class="contributors">
<div class="contributor" *ngFor="let user of contributors">
<div class="avatar"><a href="{{user.link}}"><img src="{{user.avatar}}" alt=""></a></div>
<div class="username"><a href="{{user.link}}">{{user.name}}</a></div>
<div class="avatar"><a href="{{user.link}}" target="_blank"><img src="{{user.avatar}}" alt=""></a></div>
<div class="username"><a href="{{user.link}}" target="_blank">{{user.name}}</a></div>
<div class="title">/{{user.title}}/</div>
<div class="work">{{user.work}}</div>
</div>
Expand Down

0 comments on commit 02ad725

Please sign in to comment.