From 4df2349e9d37753a837572cd3d63cd51db5b818b Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Fri, 17 May 2024 00:59:47 +0530 Subject: [PATCH] (hero) minor update --- frontend/src/Hero.tsx | 10 +++++----- frontend/src/conversation/Conversation.tsx | 13 ++++++------- 2 files changed, 11 insertions(+), 12 deletions(-) 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) => ( <>