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 Aug 28, 2024
1 parent 698974b commit 5f3cf7b
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-4'><Web3StorageLogo /></div>
<div className="max-w-screen-lg text-zinc-950 text-center bg-white/20 rounded-lg px-1 py-1">
<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 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
Expand Down

0 comments on commit 5f3cf7b

Please sign in to comment.