diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts
index 6052b4c68..5fe6b2636 100644
--- a/frontend/src/app/app.module.ts
+++ b/frontend/src/app/app.module.ts
@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
import { HttpClientModule } from '@angular/common/http';
import { ReactiveFormsModule } from '@angular/forms';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
-import { NgbButtonsModule } from '@ng-bootstrap/ng-bootstrap';
+import { NgbButtonsModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap';
import { InfiniteScrollModule } from 'ngx-infinite-scroll';
import { AppRoutingModule } from './app-routing.module';
@@ -98,6 +98,7 @@ import { MinerComponent } from './pipes/miner/miner.component';
ReactiveFormsModule,
BrowserAnimationsModule,
NgbButtonsModule,
+ NgbTooltipModule,
InfiniteScrollModule,
],
providers: [
diff --git a/frontend/src/app/components/amount/amount.component.html b/frontend/src/app/components/amount/amount.component.html
index 8f19fa758..d6ed80bd3 100644
--- a/frontend/src/app/components/amount/amount.component.html
+++ b/frontend/src/app/components/amount/amount.component.html
@@ -6,7 +6,9 @@
Confidential
Median fee | +Median fee | ~{{ block.medianFee | number:'1.0-0' }} sat/vB ( |
Total fees | -+ | |
Reward + fees: | diff --git a/frontend/src/app/components/master-page/master-page.component.html b/frontend/src/app/components/master-page/master-page.component.html index 5bcf92717..618e83a47 100644 --- a/frontend/src/app/components/master-page/master-page.component.html +++ b/frontend/src/app/components/master-page/master-page.component.html @@ -11,9 +11,9 @@ Toggle Dropdown diff --git a/frontend/src/app/components/search-form/search-form.component.html b/frontend/src/app/components/search-form/search-form.component.html index 3566a6336..7a8b40804 100644 --- a/frontend/src/app/components/search-form/search-form.component.html +++ b/frontend/src/app/components/search-form/search-form.component.html @@ -1,7 +1,7 @@