diff --git a/src/components/ledger-table.tsx b/src/components/ledger-table.tsx
index 5ee3a429..53355728 100644
--- a/src/components/ledger-table.tsx
+++ b/src/components/ledger-table.tsx
@@ -75,14 +75,14 @@ export function LedgerTable({ benchmark }: Props) {
Trend |
{hasSlots && (
Slot delta
|
)}
{secondary && (
-
+ |
{secondary}
|
)}
@@ -98,8 +98,8 @@ export function LedgerTable({ benchmark }: Props) {
Δ field |
Success |
24h |
- {hasSlots && p50 / p99 | }
- {secondary && Value | }
+ {hasSlots && p50 / p99 | }
+ {secondary && Value | }
|
{hasSlots && (
|
{r.slots
@@ -298,7 +298,7 @@ function Row({
|
)}
{hasSecondary && (
-
+ |
{r.secondary?.value ?? "-"}
|
)}
diff --git a/src/components/region-grid.tsx b/src/components/region-grid.tsx
index 73c8ea00..eeeb8609 100644
--- a/src/components/region-grid.tsx
+++ b/src/components/region-grid.tsx
@@ -41,7 +41,7 @@ export function RegionGrid({ benchmark }: Props) {
- | Product |
+ Product |
{REGIONS.map((region) => (
{region.label}
@@ -73,10 +73,10 @@ export function RegionGrid({ benchmark }: Props) {
const max = regionMax.get(region.key) ?? 1;
const pct = Math.max(2, (point.p50 / max) * 100);
return (
- |
-
+
+
{fmtUnit(point.p50, unit)}
| |