Skip to content

Commit

Permalink
chore: remove 'I've already done this' from proxy onboarding cta (#21144
Browse files Browse the repository at this point in the history
)

Remove I've already done this from proxy onboarding cta
  • Loading branch information
zlwaterfield authored Mar 26, 2024
1 parent 200f68a commit bcf3f67
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/src/scenes/onboarding/OnboardingReverseProxy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ const proxyDocs = [

export const OnboardingReverseProxy = ({ stepKey }: { stepKey: OnboardingStepKey }): JSX.Element => {
return (
<OnboardingStep
title="Reverse proxy (optional)"
stepKey={stepKey}
continueText="I've already done this"
showSkip
>
<OnboardingStep title="Reverse proxy (optional)" stepKey={stepKey} showSkip>
<div className="mb-6 mt-6">
<p>A reverse proxy allows you to send events to PostHog Cloud using your own domain.</p>
<p>
Expand Down

0 comments on commit bcf3f67

Please sign in to comment.