Skip to content

Commit c591882

Browse files
committed
update placeholder
1 parent a08e05b commit c591882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default function Home() {
178178
type="password"
179179
value={apiKeyInput}
180180
onChange={(e) => setApiKeyInput(e.target.value)}
181-
placeholder="rw_xxxxxxxxxxxx"
181+
placeholder="key_xxxxxxxxxxxx"
182182
className="api-key-input"
183183
autoComplete="off"
184184
/>

0 commit comments

Comments
 (0)