alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix placeholder
author
damedotblog
date
1 year ago
(Apr 22, 2025, 5:06 PM -0400)
commit
86f4737e
86f4737ee45e75ccee307d1e8abc3e9824563656
parent
b87adf9a
b87adf9a8d04b75aa6d633165014d9a55192eeca
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Verifier
Verifier.js
+1
-1
src/components/Verifier/Verifier.js
Reviewed
···
595
595
type="text"
596
596
value={targetHandle}
597
597
onChange={(e) => setTargetHandle(e.target.value)}
598
598
-
placeholder="targetuser.bsky.social"
598
598
+
placeholder="username.bsky.social"
599
599
disabled={isAnyOperationInProgress}
600
600
required
601
601
className="verifier-input-field"