Skip to content

Commit 3dd5cda

Browse files
committed
update form SNS placeholder
1 parent 04b8e20 commit 3dd5cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/profile/edit/components/WalletLinkForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function WalletLinkForm({
185185
type="text"
186186
value={solAddress}
187187
onChange={(e) => setSolAddress(e.target.value)}
188-
placeholder="Your Solana address (e.g., So1...)"
188+
placeholder="Your Solana address (e.g., So1...) or SNS name (e.g., example.sol)"
189189
disabled={isProcessing}
190190
className={solAddressError ? "border-destructive" : ""}
191191
/>

0 commit comments

Comments
 (0)