This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix placeholder

+1 -1
+1 -1
src/components/Verifier/Verifier.js
··· 595 595 type="text" 596 596 value={targetHandle} 597 597 onChange={(e) => setTargetHandle(e.target.value)} 598 - placeholder="targetuser.bsky.social" 598 + placeholder="username.bsky.social" 599 599 disabled={isAnyOperationInProgress} 600 600 required 601 601 className="verifier-input-field"