diff --git a/app/scss/dashkit/_tables.scss b/app/scss/dashkit/_tables.scss index f55a2c9a1..f8e4953fb 100644 --- a/app/scss/dashkit/_tables.scss +++ b/app/scss/dashkit/_tables.scss @@ -28,6 +28,10 @@ tbody td { border-bottom: 0; } +.small-headers thead th { + font-size: 0.7125rem !important; +} + .table-sep { background-color: $table-head-bg; text-transform: uppercase; diff --git a/app/utils/feature-gate/featureGate.tsx b/app/utils/feature-gate/featureGate.tsx index 49f082402..2afeaa30e 100644 --- a/app/utils/feature-gate/featureGate.tsx +++ b/app/utils/feature-gate/featureGate.tsx @@ -61,12 +61,12 @@ export function UpcomingFeatures() { return (
|
-
- {feature.title} +{feature.title} {cluster === Cluster.MainnetBeta && feature.mainnetActivationEpoch && ( Active on Mainnet )} @@ -92,10 +92,10 @@ export function UpcomingFeatures() { Active on Testnet )}{feature.description} +{feature.description} |
-
+
{feature.mainnetActivationEpoch && (
SIMD {feature.simd}
|