Skip to content

Commit

Permalink
feat(assets): rework logo and add logo source
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jun 8, 2018
1 parent f22a852 commit 33282cc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file added meta-assets/logo.psd
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="branding spacer center d-none d-sm-inline d-md-none"><img
[src]="logo"/> Angular Starter</span>
<span routerLink="" class="branding spacer d-none d-md-inline"><img
[src]="logo"/> Angular ngRx Material Starter</span>
[src]="logo"/> Angular NgRx Material Starter</span>

<span class="d-none d-md-inline">
<button mat-button class="nav-button" *ngFor="let item of navigation"
Expand Down
2 changes: 2 additions & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ mat-sidenav-container {
img {
position: relative;
top: -2px;
width: 48px;
height: 48px;
}
}

Expand Down
Binary file modified src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33282cc

Please sign in to comment.