Fix P8: Replace remaining Moss Equity references in admin debug surfaces#104
Open
bmoss2015 wants to merge 2 commits into
Open
Fix P8: Replace remaining Moss Equity references in admin debug surfaces#104bmoss2015 wants to merge 2 commits into
bmoss2015 wants to merge 2 commits into
Conversation
The Next Surplus rebrand commit (e21de86) missed three admin-only surfaces that still embed the old company name in user-visible text: - src/app/(app)/admin/mail-test/actions.ts: mail-harness template body, blank-letter body, and the seed-sample mail body - src/app/(app)/admin/mail-mockup/v2,v4,v11/page.tsx: sample letter thumbnails on the mail-mockup admin pages All three render a Next Surplus brand instead of Moss Equity Partners. Note: BankAccountDrawer.tsx had two leftover Moss Equity strings as well, but those are being changed in fix/settings-panel-design (PR #103) so they're not touched here to avoid a merge conflict. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
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
The Next Surplus rebrand (e21de86) missed three admin-only surfaces that still embed the old company name in user-visible text. Cleaned them up.
src/app/(app)/admin/mail-test/actions.ts— mail-harness template body, blank-letter body, and the seed-sample mail bodysrc/app/(app)/admin/mail-mockup/v2,v4,v11/page.tsx— sample letter thumbnails on the mail-mockup admin pagesAll three now render Next Surplus.
Not touched here:
BankAccountDrawer.tsxhad two leftover Moss Equity strings too, but those are part of fix/settings-panel-design (PR #103) so this PR doesn't conflict.Verify on preview
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com