Skip to content

Commit

Permalink
chore: signup page footer support copy (#21089)
Browse files Browse the repository at this point in the history
* Remove slack from signup support methods

* Update SignupContainer.tsx

* Update UI snapshots for `chromium` (1)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
zlwaterfield and github-actions[bot] authored Mar 22, 2024
1 parent 3bacde5 commit ced62f4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Binary file modified frontend/__snapshots__/scenes-other-signup--cloud--light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/scenes-other-signup--self-hosted--light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions frontend/src/scenes/authentication/signup/SignupContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ export function SignupContainer(): JSX.Element | null {
const { user } = useValues(userLogic)

const footerHighlights = {
cloud: ['Hosted & managed by PostHog', 'Pay per event, cancel anytime', 'Community, Slack & email support'],
selfHosted: [
'Fully featured product, unlimited events',
'Data in your own infrastructure',
'Community, Slack & email support',
],
cloud: ['Hosted & managed by PostHog', 'Pay per event, cancel anytime', 'Fast and reliable support'],
selfHosted: ['Fully featured product, unlimited events', 'Data in your own infrastructure', 'Community forum'],
}

return !user ? (
Expand Down

0 comments on commit ced62f4

Please sign in to comment.