We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9436fc commit 97f1ac3Copy full SHA for 97f1ac3
src/components/PlanGate.tsx
@@ -20,7 +20,7 @@ export function PlanGate ({ children }: { children: ReactNode }): ReactNode {
20
<div className='my-6'><Logo /></div>
21
<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">
22
<div className='px-6 py-6 lg:px-24'>
23
- <h1 className="my-4 font-bold">Welcome {accounts[0]?.toEmail()}!</h1>
+ <h1 className="my-4 font-bold">Welcome, {accounts[0]?.toEmail()}!</h1>
24
<p className='my-4'>
25
To get started you'll need to sign up for a subscription. If you choose
26
the starter plan we won't charge your credit card, but we do need a card on file
0 commit comments