atproto explorer pdsls.dev
atproto tool

update placeholder

juli.ee 977dfa18 b3aa53fc

verified
Changed files
+2 -2
src
components
+2 -2
src/components/create.tsx
···
<TextInput
id="collection"
name="collection"
-
placeholder="Optional (default: $type)"
+
placeholder="Collection (default: $type)"
class="w-[10rem] placeholder:text-xs lg:w-[13rem]"
/>
<span>/</span>
<TextInput
id="rkey"
name="rkey"
-
placeholder="Optional (default: TID)"
+
placeholder="Record key (default: TID)"
class="w-[10rem] placeholder:text-xs lg:w-[13rem]"
/>
</div>