Skip to content

Write the three participation paths once, not twice - #10

Open
snstiago wants to merge 1 commit into
mainfrom
share-participation-paths
Open

Write the three participation paths once, not twice#10
snstiago wants to merge 1 commit into
mainfrom
share-participation-paths

Conversation

@snstiago

Copy link
Copy Markdown
Contributor

Desktop and mobile are separate trees, so the participationPaths array was written out twice — word for word — from the day Figma Make generated the two files. Nothing had drifted, but only because every copy change was applied to both by hand. It lives in one module now so the next one cannot land on half the site.

No pixel moves. The array was copied across byte for byte, no string retyped, and it is read in exactly two places — the participate section of each homepage — and nowhere else.

Verified against production at 1440 and 390:

branch production
page height (1440) 5283 5283
page height (390) 4546 4546
Get started x 194, y 3819, 124.7px x 194, y 3819, 124.7px
Explore docs x 550, y 3819, 134.5px x 550, y 3819, 134.5px
Reach out x 906, y 3819, 105.2px x 906, y 3819, 105.2px

All three links still point where they did (dashboard, docs, mailto). No new console errors — only the two that were already there. npm run build passes.

This leaves 15 phrases still written into both trees; those sit inside the JSX and are a bigger job.

🤖 Generated with Claude Code

Desktop and mobile are separate trees, so this array was written out
twice — word for word — from the day Figma Make generated the two files.
Nothing had drifted, but only because every copy change was applied to
both by hand. It lives in one module now so the next one cannot land on
half the site.

The array was copied across byte for byte; no string was retyped. It is
read in exactly two places, the participate section of each homepage,
and nowhere else.

Verified against production at 1440 and 390: page height, and the
position and width of all three links, are identical.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
interfold-website Ready Ready Preview Aug 28, 2026 1:36am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 31ca1bb7-01f3-4009-b189-6c5c1926fdb6


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant