Skip to content

Commit

Permalink
feat(app): enhance responsive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Mar 6, 2018
1 parent a22cd8e commit 2af20d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
[routerLink]="[item.link]" routerLinkActive="active">
{{item.label}}
</a>
<a mat-list-item
href="https://github.com/tomastrajan/angular-ngrx-material-starter"
target="_blank">
Github
</a>
</mat-nav-list>
</mat-sidenav>

Expand Down Expand Up @@ -56,7 +61,8 @@

<a matTooltip="Project Github Repository"
matdTooltipPosition="before"
mat-icon-button class="link"
mat-icon-button
class="link d-none d-sm-inline"
href="https://github.com/tomastrajan/angular-ngrx-material-starter"
target="_blank">
<i class="fa fa-github fa-2x"></i>
Expand Down

0 comments on commit 2af20d2

Please sign in to comment.