chore(v1.42): swap support email to hello@campable.co#56
Merged
Conversation
Replaces hello@palouselabs.com with hello@campable.co across Footer, About, Privacy, Terms, the two test files, and the v1.42 ROADMAP row. Test assertions updated to match. PRFAQ-v1.0.md:159 (press inquiry for Palouse Labs) intentionally untouched since that's a corporate contact, not a Campable product surface. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Replaces
hello@palouselabs.comwithhello@campable.coacross every v1.42 surface now that the campable.co inbox is live.Files touched
web/src/components/Footer.tsxweb/src/pages/About.tsxweb/src/pages/Privacy.tsxweb/src/pages/Terms.tsxweb/src/__tests__/Footer.test.tsxweb/src/__tests__/legal.test.tsxdocs/ROADMAP.md(v1.42 Contact email row)Intentionally NOT changed
docs/PRFAQ-v1.0.md:159keepshello@palouselabs.combecause that line is a press-inquiry contact for the Palouse Labs corporate entity, not a Campable product surface. Happy to flip it too if you want a single contact across both identities.Test plan
npm test -- Footer legalpasses 10/10grep -rn "hello@palouselabs.com" --include="*.tsx" --include="*.ts" --include="*.md"returns only the PRFAQ lineOut-of-code reminder
Update the Stripe Dashboard support email setting (Settings → Business → Public details) to match once this ships, so the cancel/refund flow's "Contact support" link goes to the new address.
🤖 Generated with Claude Code