We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698974b commit 5f3cf7bCopy full SHA for 5f3cf7b
src/components/PlanGate.tsx
@@ -20,7 +20,7 @@ export function PlanGate ({ children }: { children: ReactNode }): ReactNode {
20
<div className='my-4'><Web3StorageLogo /></div>
21
<div className="max-w-screen-lg text-zinc-950 text-center bg-white/20 rounded-lg px-1 py-1">
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 with w3up you'll need to sign up for a subscription. If you choose
26
the free plan we won't charge your credit card, but we do need a card on file
0 commit comments