Skip to content

Commit

Permalink
fix: modify refactor link with Github icon && fixed #27
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 1, 2020
1 parent 0140a2a commit 7ca81b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<button mat-button routerLink="/practise" routerLinkActive="active">最佳实践</button>
<button mat-button routerLink="/manual" routerLinkActive="active">操作手册</button>
<button mat-button routerLink="/maturity" routerLinkActive="active">度量</button>
<!-- <button mat-button routerLink="/resources" routerLinkActive="active">相关资源</button>-->
<button mat-button routerLink="/report" routerLinkActive="active">报告</button>
<button mat-button routerLink="/tool" routerLinkActive="active">工具</button>
<button mat-button routerLink="/design" routerLinkActive="active">设计 DevOps</button>
<button mat-button routerLink="/mobile" routerLinkActive="active">移动端 DevOps</button>
<a mat-button href="https://migration.ink/" target="_blank">系统重构</a>
<a mat-button href="https://migration.ink/" target="_blank" >
<img src="/assets/images/github-circle-white-transparent.svg" alt="" class="github"> 系统重构
</a>
<a mat-button href="https:/phodal/ledge" target="_blank" >
<img src="/assets/images/github-circle-white-transparent.svg" alt="" class="github"> GitHub
</a>
Expand Down

0 comments on commit 7ca81b8

Please sign in to comment.