Remove "@" from popup placeholder

This commit is contained in:
Ben Mitchinson
2024-11-08 16:38:26 -06:00
committed by GitHub
parent 0b21e7273c
commit 3d989fcb57
+1 -1
View File
@@ -226,7 +226,7 @@ function IndexPopup() {
<input <input
type="text" type="text"
name="identifier" name="identifier"
placeholder="@you.bsky.social" placeholder="your-username.bsky.social"
value={identifier} value={identifier}
onChange={(e) => setIdentifier(e.target.value)} onChange={(e) => setIdentifier(e.target.value)}
className="input input-bordered input-sm w-full max-w-xs join-item focus:outline-none mt-1" className="input input-bordered input-sm w-full max-w-xs join-item focus:outline-none mt-1"