diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index a444eada..8f3f3b26 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -10,11 +10,11 @@ const demos: { header: string; query: string }[] = [ }, { header: 'Write Code', - query: 'Write code for api request for /api/answer', + query: 'Write code for api request to /api/answer', }, { header: 'Learning Assistance', - query: 'Write potential questions that can be answered by context', + query: 'Write potential questions for context', }, ]; @@ -25,7 +25,7 @@ export default function Hero({ }) { return (
@@ -35,12 +35,12 @@ export default function Hero({
-
+
{demos.map((demo) => ( <>