Fixes theme picker reference error after changes in https://github.com/thrasher-/gocryptotrader/pull/154

This commit is contained in:
GloriousCode
2018-07-18 16:55:17 +10:00
parent 0f209165d5
commit 322b67e5c8

View File

@@ -3,12 +3,11 @@
<mat-toolbar color="primary">
<a (click)="sidebarService.toggle()" class="material-icons">&#xE5D2;</a>
<a mat-button class="docs-button" style="width:1rem;" routerLink="/" aria-label="Angular Material">
<span ><img style="width:100%; vertical-align:middle;" src="assets/images/gctlogo-small-cutoutt.png" /></span>
<span><img style="width:100%; vertical-align:middle;" src="assets/images/gctlogo-small-cutoutt.png" /></span>
</a>
<app-selected-currency></app-selected-currency>
<div class="flex-spacer"></div>
<theme-picker></theme-picker>
&nbsp;
&nbsp;
<app-theme-picker></app-theme-picker>
&nbsp; &nbsp;
</mat-toolbar>
</nav>