Skip to content

Commit 5f3cf7b

Browse files
authored
feat(copy): Add missing comma (#115)
Just a tiny copy change.
1 parent 698974b commit 5f3cf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PlanGate.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function PlanGate ({ children }: { children: ReactNode }): ReactNode {
2020
<div className='my-4'><Web3StorageLogo /></div>
2121
<div className="max-w-screen-lg text-zinc-950 text-center bg-white/20 rounded-lg px-1 py-1">
2222
<div className='px-6 py-6 lg:px-24'>
23-
<h1 className="my-4 font-bold">Welcome {accounts[0]?.toEmail()}!</h1>
23+
<h1 className="my-4 font-bold">Welcome, {accounts[0]?.toEmail()}!</h1>
2424
<p className='my-4'>
2525
To get started with w3up you&apos;ll need to sign up for a subscription. If you choose
2626
the free plan we won&apos;t charge your credit card, but we do need a card on file

0 commit comments

Comments
 (0)