Merge branch 'master' into nymkappa/feature/hashrate-moving-average

This commit is contained in:
wiz
2022-06-23 02:43:40 +09:00
committed by GitHub
17 changed files with 377 additions and 179 deletions

View File

@@ -1,4 +1,4 @@
<div [formGroup]="languageForm" class="text-small text-center mt-4">
<div [formGroup]="languageForm" class="text-small text-center">
<select formControlName="language" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 130px;" (change)="changeLanguage()">
<option *ngFor="let lang of languages" [value]="lang.code">{{ lang.name }}</option>
</select>