diff --git a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html index 1c8fb2c9d..0e9ffb14d 100644 --- a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html +++ b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.html @@ -9,14 +9,14 @@
-
Miners Reward
+
Miners Reward
in the last 8 blocks
-
Reward Per Tx
+
Reward Per Tx
{{ rewardStats.rewardPerTx | amountShortener }} sats/tx @@ -24,7 +24,7 @@
-
Average Fee
+
Average Fee
{{ rewardStats.feePerTx | amountShortener}} sats/tx diff --git a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.scss b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.scss index fb2663812..148d589c6 100644 --- a/frontend/src/app/components/mining-dashboard/mining-dashboard.component.scss +++ b/frontend/src/app/components/mining-dashboard/mining-dashboard.component.scss @@ -28,6 +28,9 @@ .card-body.pool-ranking { padding: 1.25rem 0.25rem 0.75rem 0.25rem; } +.card-text { + font-size: 22px; +} #blockchain-container { position: relative;