mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Add an id to the new tv button
This commit is contained in:
parent
e7e907d535
commit
29f36d7f9e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
[class]="stateService.env.MINING_DASHBOARD ? 'mining' : ''" (click)="saveGraphPreference()">
|
||||
<div *ngIf="!isMobile()" class="btn-group btn-group-toggle">
|
||||
<label ngbButtonLabel class="btn-primary btn-sm mr-2">
|
||||
<a [routerLink]="['/tv' | relativeUrl]" style="color: white">
|
||||
<a [routerLink]="['/tv' | relativeUrl]" style="color: white" id="btn-tv">
|
||||
<fa-icon [icon]="['fas', 'tv']" [fixedWidth]="true" i18n-title="master-page.tvview" title="TV view"></fa-icon>
|
||||
</a>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue