Add current and past sponsor logos to the sponsor page#20
Conversation
Introduce a SponsorLogo component that renders each logo with the contrast strategy that keeps it legible against the page: - per-theme: separate light/dark artwork, swapped via dark: utilities - on a background: a one-color logo on a fixed bg color for contrast - plain: a full-color logo that already reads on light and dark - wordmark: a styled-text placeholder An optional `href` links the logo to the brand's site (opens in a new tab). Both sections are driven by a single `sponsors` config object, so moving a brand between current and past is a cut/paste. Current: Denver & Liely, GitKraken. Past: Warp, Microsoft, Clerk, CodeRabbit, Redwood Empire, Norlan. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
More reviews will be available in 55 minutes and 40 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (9)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
@RobbieTheWagner i know you were hoping for uniform solid and adaptive light/dark logos for this PR, but can we make that a TODO instead of blocking? be nice to start showcasing these folks and have the links on the page, good clout booster. |
What
Adds Currently sponsored by and past partners sections to the sponsor page, populated with real brand logos that link out to each brand's site.
How
A new
SponsorLogo.astrocomponent renders each logo with the contrast strategy that keeps it legible against the page:{ name, light, dark }dark:utilities{ name, src, background }{ name, src }{ name, wordmark }Add an optional
hrefto any entry to link the logo to the brand's site (opens in a new tab,rel="noopener noreferrer").Both sections are driven by a single
sponsorsconfig object ({ current, past }) at the top ofsponsor.astro, so moving a brand between sections is a cut/paste.Logos
Artwork added under
public/images/sponsors/.Verification
astro check— 0 errors🤖 Generated with Claude Code