Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/app/benchmarks/[slug]/share-card/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ async function renderRanking(
color: INK,
letterSpacing: "-0.02em",
lineHeight: 1.05,
flexShrink: 0,
}}
>
{benchmark.title}
Expand All @@ -699,6 +700,7 @@ async function renderRanking(
color: INK_SOFT,
lineHeight: 1.3,
maxWidth: 980,
flexShrink: 0,
}}
>
Product ranking by p50 · {benchmark.metric}.
Expand Down Expand Up @@ -832,6 +834,7 @@ async function renderLeaderboard(
color: INK,
letterSpacing: "-0.02em",
lineHeight: 1.05,
flexShrink: 0,
}}
>
{benchmark.title}
Expand All @@ -842,6 +845,7 @@ async function renderLeaderboard(
fontSize: 16,
color: INK_SOFT,
marginTop: 2,
flexShrink: 0,
}}
>
{subtitleLB}
Expand Down Expand Up @@ -1012,6 +1016,7 @@ async function renderSnapshot(
color: INK,
letterSpacing: "-0.02em",
lineHeight: 1.05,
flexShrink: 0,
}}
>
{benchmark.title}
Expand All @@ -1022,6 +1027,7 @@ async function renderSnapshot(
fontSize: 16,
color: INK_SOFT,
maxWidth: 980,
flexShrink: 0,
}}
>
{benchmark.subtitle}
Expand Down Expand Up @@ -1313,6 +1319,7 @@ async function renderCompare(
color: INK,
letterSpacing: "-0.02em",
lineHeight: 1.05,
flexShrink: 0,
}}
>
{benchmark.title} · top 2
Expand Down
Loading