chore(user-interviews): drop redundant "Powered by PostHog" header#58705
Open
pauldambra wants to merge 1 commit into
Open
chore(user-interviews): drop redundant "Powered by PostHog" header#58705pauldambra wants to merge 1 commit into
pauldambra wants to merge 1 commit into
Conversation
The PostHog logo top-left already brands the page; the matching "Powered by PostHog" line on the right was duplicate noise. Whitelabel support is out of scope for now, so the simpler header reads cleaner without it. Generated-By: PostHog Code Task-Id: be4fc832-51e5-4b25-8d3f-2e97d86d6218
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
|
🎭 Playwright didn't run on this PR — your changes touch code that could affect E2E behavior, but Playwright is opt-in via label now to keep CI cost down. Add the Most PRs don't need this. Real regressions still get caught on master and fix-forward. |
Contributor
|
Reviews (1): Last reviewed commit: "chore(user-interviews): drop redundant "..." | Re-trigger Greptile |
Contributor
|
Size Change: -3.4 kB (0%) Total Size: 117 MB 📦 View Changed
ℹ️ View Unchanged
|
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.

Problem
The public interview page already shows the PostHog logo + wordmark top-left, but also has a duplicate "Powered by PostHog" line top-right. Two PostHog brand callouts in a single header is noise.
Changes
Drop the "Powered by PostHog" span. Header is now just the PostHog logo. Whitelabel support is explicitly out of scope for now — when it lands, both the logo and any "powered by" affordance can be revisited together.
How did you test this code?
I'm an agent (PostHog Code) —
pnpm --filter=@posthog/frontend typescript:checkclean on the changed file. Visual Review snapshot will validate the header across viewport widths.Publish to changelog?
no
Docs update
skip-inkeep-docs
🤖 Agent context
Cosmetic header trim. Confirmed by user via screenshot — the dual PostHog branding read as redundant.
Created with PostHog Code