mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
Correcting title text on graph invert button.
This commit is contained in:
parent
ab6ed227e3
commit
9f9c0b1114
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
<input ngbButton type="radio" [value]="'1y'" [routerLink]="['/graphs' | relativeUrl]" fragment="1y"> 1Y
|
||||
</label>
|
||||
</div>
|
||||
<button (click)="invertGraph()" class="btn btn-primary btn-sm ml-2 d-none d-md-inline"><fa-icon [icon]="['fas', 'exchange-alt']" [rotate]="90" [fixedWidth]="true" title="Search"></fa-icon></button>
|
||||
<button (click)="invertGraph()" class="btn btn-primary btn-sm ml-2 d-none d-md-inline"><fa-icon [icon]="['fas', 'exchange-alt']" [rotate]="90" [fixedWidth]="true" title="Invert"></fa-icon></button>
|
||||
</form>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
|
Loading…
Add table
Reference in a new issue