Skip to content

Commit

Permalink
feat: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jul 31, 2024
1 parent 681b9b8 commit ffe9b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PlanGate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export function PlanGate ({ children }: { children: ReactNode }): ReactNode {
<div className='px-6 py-6 lg:px-24'>
<h1 className="my-4 font-bold">Welcome {accounts[0]?.toEmail()}!</h1>
<p className='my-4'>
To get started with w3up you&apos;ll need to sign up for a subscription. If you choose
the free plan we won&apos;t charge your credit card, but we do need a card on file
To get started you&apos;ll need to sign up for a subscription. If you choose
the starter plan we won&apos;t charge your credit card, but we do need a card on file
before we will store your bits.
</p>
<p className='my-4'>
Expand Down

0 comments on commit ffe9b1b

Please sign in to comment.