Add bridge content to whitepaper page for better user guidance#17190
Merged
wackerow merged 6 commits intoFeb 5, 2026
Conversation
Problem: Users arriving from investment/banking apps expect to learn "what Ethereum is today" but find a 2014 historical document that doesn't reflect 10+ years of protocol evolution. Solution: Add a WhitepaperBridge component that: - Acknowledges the whitepaper is a historical document - Explains key changes since 2014 (PoS, L2s, DeFi, NFTs, ERCs) - Provides clear CTA to /learn/ for current content - Preserves the original whitepaper below Design: - Uses existing design tokens (bg-radial-a, card-gradient-secondary) - Leverages existing components (Tag, ButtonLink, Card, Stack, Flex) - Non-intrusive enhancement, doesn't replace whitepaper content Closes ethereum#17185 Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
@claude why dont i see WhitepaperBridge component on the whitepaper page on preview deploy - https://deploy-preview-17190.ethereum.it/whitepaper/ |
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
fix(content): remove redundant copy
- Use "Section" component with spacing - Use UnorderedList - Adjust border color for consistency - Prepare arrow for RTL - Content standardization adjustments (e.g., "proof-of-work")
wackerow
approved these changes
Feb 5, 2026
Member
wackerow
left a comment
There was a problem hiding this comment.
Looks good! Couple commits to polish things up per discussion. Non-English translations/versions can be handled in follow-up task. Pulling in
Merged
pettinarip
added a commit
that referenced
this pull request
Feb 6, 2026
PR #17190 changed the PDF download link text from a sentence containing "whitepaper...PDF" to "Download original PDF (2014)". Update the test regex to match the new link text.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
This PR adds a "bridge" component to the whitepaper page that helps users arriving from investment/banking apps understand that the 2014 whitepaper is a historical document and directs them to current content.
Closes #17185
Problem
Many users land on
/whitepaper/from investment apps (Robinhood, Coinbase, etc.) expecting to learn "what Ethereum is today" but find a 2014 historical document that doesn't reflect 10+ years of protocol evolution.Solution
Add a
WhitepaperBridgecomponent that:/learn/for up-to-date contentDesign
Uses only existing design tokens:
bg-radial-a- Purple/blue radial gradient for section backgroundborder-primary-low-contrast- Subtle purple borderbg-card-gradient-secondary- Purple-tinted gradient for context cardtext-body,text-body-medium,text-success- Typography and icon colorsTag,ButtonLink,Card,Stack,FlexFiles Changed
src/components/WhitepaperBridge/index.tsx- The bridge componentsrc/layouts/Static.tsx- Conditionally renders bridge on whitepaper pageVisual Structure
Test plan
/whitepaper/page/learn/Follow-up considerations
🤖 Generated with Claude Code