We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0c4de commit 99cfa37Copy full SHA for 99cfa37
examples/ethereum/app/page.tsx
@@ -133,7 +133,7 @@ export default function WalletPage() {
133
134
return (
135
<main className="container mx-auto py-10 px-4">
136
- <h1 className="text-3xl font-bold text-center mb-8">Ethereum Wallet</h1>
+ <h1 className="text-3xl font-bold text-center mb-8">Ethereum Demo</h1>
137
138
<Box className={`grid gap-6 ${status === WalletState.Connected ? "md:grid-cols-2" : ""}`}>
139
<Card className='border border-1 p-5 rounded-md'>
0 commit comments