feat: add Launch Llama footer badge - #80
Merged
Merged
Conversation
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
Add the Launch Llama Newsletter badge to the public landing-page footer with separate light- and dark-theme images and the supplied referral tracking link.
Original request
Use the repository PR workflow, do not create a blog post, and add the supplied Launch Llama light/dark badge snippets to the footer.
What changed
https://tools.launchllama.co?utm_source=badge&utm_medium=referraldestination.featured-badge.png?v=2asset in light mode and the whitefeatured-badge-white.png?v=2asset in dark mode at 200×50.noopener noreferrerrelationship; badge images are lazy loaded.Reasoning
The implementation follows the existing footer-badge convention: hosted
<img>elements avoid expanding Next.js remote image configuration, explicit dimensions prevent layout shift, and Tailwind theme classes keep both variants server-renderable without client-side theme branching. The badge is placed before the terminal OpenHunts badge to preserve the existing footer ordering pattern.Blog post
Skipped per the original request. This is a small badge-only footer attribution and does not justify a standalone public release post.
Screenshots / preview evidence
Preview: https://xpenser-pr-080.cleverbrush.com
Manual QA exercised the footer at 390×844 and 1440×900 in light and dark themes, with light/dark mobile and desktop screenshots captured during the session. Verified:
target="_blank",rel="noopener noreferrer", alt text, dimensions, and lazy-loading attributes are present.https://tools.launchllama.co/?utm_source=badge&utm_medium=referralin a new tab.The passing Playwright e2e job and its Playwright report artifact provide stable browser-test evidence for the updated public homepage flow.
Validation
npm run lintnpm run typechecknpm test— 95 files, 520 tests passedhttp.server.duration.countchecked; recorded as an infrastructure telemetry skip becausexpenser-web-pr-80did not appear after an ingestion recheck127.0.0.1:8787was unavailableTelemetry
For
xpenser-web-pr-80in the post-QA one-hour window:http.server.duration.countreturned no matching metric series before or after the ingestion wait.Screenshots / Preview
See the preview evidence above and the linked passing Playwright job/report artifact.
Checklist