Merge pull request #76 from bmitchinson/patch-1

Remove "@" from popup placeholder
This commit is contained in:
ryo 2024-11-09 10:08:22 +09:00 committed by GitHub
commit 749fcda036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ function IndexPopup() {
<input
type="text"
name="identifier"
placeholder="@you.bsky.social"
placeholder="your-username.bsky.social"
value={identifier}
onChange={(e) => setIdentifier(e.target.value)}
className="input input-bordered input-sm w-full max-w-xs join-item focus:outline-none mt-1"