Skip to content

Commit 97f1ac3

Browse files
Peejafforbeck
authored andcommitted
feat(copy): Add missing comma (#115)
Just a tiny copy change.
1 parent c9436fc commit 97f1ac3

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-6'><Logo /></div>
2121
<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">
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 you&apos;ll need to sign up for a subscription. If you choose
2626
the starter plan we won&apos;t charge your credit card, but we do need a card on file

0 commit comments

Comments
 (0)