mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Fixes theme picker reference error after changes in https://github.com/thrasher-/gocryptotrader/pull/154
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
<mat-toolbar color="primary">
|
||||
<a (click)="sidebarService.toggle()" class="material-icons"></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>
|
||||
|
||||
|
||||
<app-theme-picker></app-theme-picker>
|
||||
|
||||
</mat-toolbar>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user