Updating flip icon

This commit is contained in:
softsimon
2022-09-30 13:57:34 +04:00
parent 5610afde36
commit b86d8bd836
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<app-blockchain-blocks></app-blockchain-blocks>
</div>
<div id="divider">
<button class="time-toggle" (click)="toggleTimeDirection()"><fa-icon [icon]="['fas', 'arrows-rotate']" [fixedWidth]="true"></fa-icon></button>
<button class="time-toggle" (click)="toggleTimeDirection()"><fa-icon [icon]="['fas', 'exchange-alt']" [fixedWidth]="true"></fa-icon></button>
</div>
</span>
</div>

View File

@@ -303,5 +303,6 @@ export class SharedModule {
library.addIcons(faDownload);
library.addIcons(faQrcode);
library.addIcons(faArrowRightArrowLeft);
library.addIcons(faExchangeAlt);
}
}