Improvements to donate page - #22
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🤖 Augment PR SummarySummary: Refreshes the donation page with a more persuasive fundraising narrative and supporting evidence.
#XKKVUQAL anchor, now rendered in each DonateBox. The charts use static, client-rendered data and theme-aware bar colors.
🤖 Was this summary useful? React with 👍 or 👎 |
| </Menu> | ||
| {/* Header's child handling chokes on a bare `false` child, so keep | ||
| <Menu> itself always present and hide its contents instead. */} | ||
| <Menu>{!minimal && <NavMenu isFundraiseLoaded={isFundraiseLoaded} />}</Menu> |
There was a problem hiding this comment.
In apps/www/src/components/Page/index.tsx:69, minimal makes Menu contain false, but Header always renders its mobile hamburger. On /donate at mobile widths, clicking it opens an otherwise empty full-screen menu (only the logo and close control), leaving a visible non-functional navigation control.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
| "www_contact_linkedin": "LinkedIn", | ||
| "www_donate_heading": "Make a Donation to CodeDay", | ||
| "www_donate_description": "Your donation will advance our mission of {mission}. As a 501(c)(3) non-profit, donations from US individuals and companies are tax-deductible.", | ||
| "www_donate_heading": "The job market failed this year's grads:", |
There was a problem hiding this comment.
In packages/i18n/messages/en-us.json:86, “this year's grads” is not supported by the displayed Fed data: the 7.0% figure is from the 2026 publication's 2024 ACS outcomes for early-career graduates (ages 22–27), not an outcome measure for 2026 graduates. As a donor-facing heading, this misstates what the evidence represents.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
As discussed in our funding meeting this + last week, add several improvements to the donate page, more clearly explaining what we do and why people should give.