This repository has no description
0

Configure Feed

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

last fix

+3 -3
+2 -2
src/components/Verifier/Verifier.css
··· 369 369 padding-left: 5px; /* Indent slightly */ 370 370 } 371 371 372 - .verifier-list-header { 373 - margin-bottom: 20px; 372 + .verifier-network-results { 373 + margin-top: 20px; 374 374 } 375 375 376 376 .verifier-verified-status { color: var(--success-text, green); }
+1 -1
src/components/Verifier/Verifier.js
··· 609 609 610 610 <div className="verifier-section"> 611 611 <h2>Verify a Bluesky User</h2> 612 - <p>Enter the handle of the user you want to verify (e.g., targetuser.bsky.social):</p> 612 + <p>Enter the handle of the user you want to verify:</p> 613 613 <form onSubmit={handleVerify} className="verifier-form-container" style={{ marginBottom: 0 }}> 614 614 <input 615 615 type="text"