Skip to content

Commit

Permalink
fix: rename language menu tag && fixed #116
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 17, 2020
1 parent dd58c14 commit 8543c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

<mat-menu #langMenu="matMenu" backdropClass="nav-menu-wrapper">
<button mat-menu-item (click)="setLanguage('zh-cn')">中文</button>
<button mat-menu-item (click)="setLanguage('en')">En(ongoing...)</button>
<a class="mat-menu-item" mat-menu-item href="https:/phodal/ledge/issues" target="_blank">More</a>
<button mat-menu-item (click)="setLanguage('en')">English (need help)</button>
<a class="mat-menu-item" mat-menu-item href="https:/phodal/ledge/issues" target="_blank">Add more lang</a>
</mat-menu>

<button mat-button (click)="openLink('https://zhuanlan.zhihu.com/bizdevops')">{{'blog' | translate}}</button>
Expand Down

0 comments on commit 8543c38

Please sign in to comment.