mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 06:12:53 +02:00
Update placeholder
This commit is contained in:
1
.astro/types.d.ts
vendored
1
.astro/types.d.ts
vendored
@@ -1,2 +1 @@
|
|||||||
/// <reference types="astro/client" />
|
/// <reference types="astro/client" />
|
||||||
/// <reference path="content.d.ts" />
|
|
@@ -164,7 +164,7 @@ export function AIQuizGenerator() {
|
|||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
id={titleFieldId}
|
id={titleFieldId}
|
||||||
placeholder="e.g., JavaScript fundamentals, Machine Learning basics"
|
placeholder="e.g., JavaScript Variables, Go Routines, System Design"
|
||||||
value={title}
|
value={title}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
setTitle(e.target.value);
|
setTitle(e.target.value);
|
||||||
|
Reference in New Issue
Block a user