tangled
alpha
login
or
join now
retr0.id
/
pdsls
forked from
pds.ls/pdsls
1
fork
atom
atproto explorer
1
fork
atom
overview
issues
pulls
pipelines
update placeholder
handle.invalid
4 months ago
977dfa18
b3aa53fc
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-2
1 changed file
expand all
collapse all
unified
split
src
components
create.tsx
+2
-2
src/components/create.tsx
···
363
363
<TextInput
364
364
id="collection"
365
365
name="collection"
366
366
-
placeholder="Optional (default: $type)"
366
366
+
placeholder="Collection (default: $type)"
367
367
class="w-[10rem] placeholder:text-xs lg:w-[13rem]"
368
368
/>
369
369
<span>/</span>
370
370
<TextInput
371
371
id="rkey"
372
372
name="rkey"
373
373
-
placeholder="Optional (default: TID)"
373
373
+
placeholder="Record key (default: TID)"
374
374
class="w-[10rem] placeholder:text-xs lg:w-[13rem]"
375
375
/>
376
376
</div>