1
0
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:
Kamran Ahmed
2025-07-10 11:58:21 +01:00
parent 2b05f72a80
commit 9accbd7067
2 changed files with 1 additions and 2 deletions

1
.astro/types.d.ts vendored
View File

@@ -1,2 +1 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />

View File

@@ -164,7 +164,7 @@ export function AIQuizGenerator() {
<input
type="text"
id={titleFieldId}
placeholder="e.g., JavaScript fundamentals, Machine Learning basics"
placeholder="e.g., JavaScript Variables, Go Routines, System Design"
value={title}
onChange={(e) => {
setTitle(e.target.value);