Skip to content

Commit

Permalink
feat(copy): Add missing comma (#115)
Browse files Browse the repository at this point in the history
Just a tiny copy change.
  • Loading branch information
Peeja authored and fforbeck committed Sep 17, 2024
1 parent c9436fc commit 97f1ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlanGate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function PlanGate ({ children }: { children: ReactNode }): ReactNode {
<div className='my-6'><Logo /></div>
<div className="max-w-screen-lg font-epilogue text-black text-center bg-white border border-hot-red rounded-2xl overflow-hidden p5 mx-4 mb-4">
<div className='px-6 py-6 lg:px-24'>
<h1 className="my-4 font-bold">Welcome {accounts[0]?.toEmail()}!</h1>
<h1 className="my-4 font-bold">Welcome, {accounts[0]?.toEmail()}!</h1>
<p className='my-4'>
To get started you&apos;ll need to # 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
Expand Down

0 comments on commit 97f1ac3

Please # to comment.