Skip to content

Commit 0e3a364

Browse files
committed
chores: fix style and text
1 parent bdd18d5 commit 0e3a364

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

advanced/dapps/chain-abstraction-demo/components/gift-donut-modal-views/CheckoutReceipentAddressView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ function GiftDonutForm({
120120
<UserRound className="w-4 h-4 absolute top-1/2 left-3 transform -translate-y-1/2 text-gray-500" />
121121
<Input
122122
type="text"
123-
placeholder="Type ENS or address"
123+
placeholder="Type address"
124124
value={recipientAddress}
125125
onChange={(e) => setRecipient(e.target.value)}
126-
className="pl-10 pr-4 py-2 w-full rounded-s border h-16 bg-background"
126+
className="px-10 py-2 w-full rounded-s border h-16 bg-background"
127127
/>
128128
<Copy className="w-4 h-4 absolute top-1/2 right-3 transform -translate-y-1/2 text-gray-500" />
129129
</div>

advanced/dapps/chain-abstraction-demo/data/EIP155Data.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ export interface Token {
1515

1616
export const supportedNetworks: Network[] = [
1717
{
18-
name: "Arbitrum",
18+
name: arbitrum.name,
1919
icon: "/chain-logos/arbitrum.png",
2020
chainId: arbitrum.id,
2121
chain:arbitrum
2222
},
2323
{
24-
name: "Base",
24+
name: base.name,
2525
icon: "/chain-logos/base.webp",
2626
chainId: base.id,
2727
chain:base
2828
},
2929
{
30-
name: "Optimism",
30+
name: optimism.name,
3131
icon: "/chain-logos/eip155-10.png",
3232
chainId: optimism.id,
3333
chain:optimism

0 commit comments

Comments
 (0)