Skip to content

Commit

Permalink
fix: fix #120
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuuY committed Apr 16, 2020
1 parent 21132f1 commit b973b81
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 @@ -57,7 +57,7 @@ <h6 class="center"> - {{ 'homepage.digital-forward' | translate }} - </h6>
</div>
</div>

<div class="home-section">
<div class="home-section" ngxInViewport (inViewport)="show($event)">
<div class="section-title">这就是 Ledge 知识平台</div>
<div class="section-sub-title">沉淀我们的各种实践,向您提供全程的数据化变革策略、规划与咨询</div>
<div class="section-content">
Expand All @@ -83,7 +83,7 @@ <h6 class="center"> - {{ 'homepage.digital-forward' | translate }} - </h6>
</div>
</div>

<div class="home-section contribution" ngxInViewport (inViewport)="show($event)">
<div class="home-section contribution">
<ng-container *ngIf="inViewport">
<div class="section-title">Core Contributors</div>
<div class="contributors">
Expand Down

0 comments on commit b973b81

Please sign in to comment.