Skip to content

Commit 99cfa37

Browse files
committed
modify title in page
1 parent 8e0c4de commit 99cfa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ethereum/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function WalletPage() {
133133

134134
return (
135135
<main className="container mx-auto py-10 px-4">
136-
<h1 className="text-3xl font-bold text-center mb-8">Ethereum Wallet</h1>
136+
<h1 className="text-3xl font-bold text-center mb-8">Ethereum Demo</h1>
137137

138138
<Box className={`grid gap-6 ${status === WalletState.Connected ? "md:grid-cols-2" : ""}`}>
139139
<Card className='border border-1 p-5 rounded-md'>

0 commit comments

Comments
 (0)