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 04b8e20 commit 3dd5cdaCopy full SHA for 3dd5cda
src/app/profile/edit/components/WalletLinkForm.tsx
@@ -185,7 +185,7 @@ export function WalletLinkForm({
185
type="text"
186
value={solAddress}
187
onChange={(e) => setSolAddress(e.target.value)}
188
- placeholder="Your Solana address (e.g., So1...)"
+ placeholder="Your Solana address (e.g., So1...) or SNS name (e.g., example.sol)"
189
disabled={isProcessing}
190
className={solAddressError ? "border-destructive" : ""}
191
/>
0 commit comments