From 242e40ddd879a84dda73f821a5993430e87326cf Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 14 Apr 2025 14:18:54 +0100 Subject: [PATCH] Add protip --- src/components/GenerateCourse/AICourse.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/GenerateCourse/AICourse.tsx b/src/components/GenerateCourse/AICourse.tsx index 2e6fffb70..02de0ff1e 100644 --- a/src/components/GenerateCourse/AICourse.tsx +++ b/src/components/GenerateCourse/AICourse.tsx @@ -76,7 +76,7 @@ export function AICourse(props: AICourseProps) {

What can I help you learn?

-

+

Enter a topic below to generate a personalized course for it

@@ -165,6 +165,14 @@ export function AICourse(props: AICourseProps) { + +
+

+ Pro tip: Use + specific topics like "JavaScript Promises" or "Go Routines" instead of + "JavaScript" or "Go" for better results +

+
); }