mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-06 20:21:24 -06:00
Merge pull request #76 from bmitchinson/patch-1
Remove "@" from popup placeholder
This commit is contained in:
commit
749fcda036
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user