mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-16 00:32:23 -06:00
🎨 reword placeholder
This commit is contained in:
parent
5f11e76484
commit
aa5b1d9be3
@ -60,7 +60,7 @@ function IndexPopup() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="px-5 pt-3 pb-4 w-[330px]">
|
||||
<div className="px-5 pt-3 pb-4 w-[380px]">
|
||||
<h1 className="text-primary text-2xl font-thin flex gap-2 items-center"><svg className="w-5 h-5" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M36 8H13c-3 0-9 2-9 8s6 8 9 8h22c3 0 9 2 9 8s-6 8-9 8H12"/><path d="M40 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8ZM8 44a4 4 0 1 0 0-8a4 4 0 0 0 0 8Z"/></g></svg>Sky Follower Bridge</h1>
|
||||
<form onSubmit={searchBskyUser} className="mt-2">
|
||||
<label className="input-group input-group-lg">
|
||||
@ -81,7 +81,7 @@ function IndexPopup() {
|
||||
</span>
|
||||
<input
|
||||
type="text"
|
||||
placeholder="bluesky account id"
|
||||
placeholder="Bluesky login email or handle(without @)"
|
||||
value={userId}
|
||||
onChange={(e) => setUserId(e.target.value)}
|
||||
className="input input-bordered input-sm w-full max-w-xs"
|
||||
@ -105,7 +105,7 @@ function IndexPopup() {
|
||||
</span>
|
||||
<input
|
||||
type="password"
|
||||
placeholder="bluesky app password"
|
||||
placeholder="Bluesky app password"
|
||||
value={password}
|
||||
onChange={(e) => setPassword(e.target.value)}
|
||||
className=" input input-bordered input-sm w-full max-w-xs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user