From f2d6739a11ce4efa5c35e3613749eb51c3020864 Mon Sep 17 00:00:00 2001 From: aayush Date: Thu, 29 Dec 2022 18:55:00 +0530 Subject: [PATCH 1/2] commented links --- website/src/components/TaskSelection/TaskSelection.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/components/TaskSelection/TaskSelection.tsx b/website/src/components/TaskSelection/TaskSelection.tsx index e9f4876d..c19e2925 100644 --- a/website/src/components/TaskSelection/TaskSelection.tsx +++ b/website/src/components/TaskSelection/TaskSelection.tsx @@ -11,14 +11,14 @@ export const TaskSelection = () => { alt="Summarize Stories" img="/images/logos/logo.svg" title="Summarize stories" - link="/create/summarize_story" + // link="/create/summarize_story" /> @@ -26,13 +26,13 @@ export const TaskSelection = () => { alt="Rate Prompts" img="/images/logos/logo.svg" title="Rate Prompts" - link="/evaluate/rate_summary" + // link="/evaluate/rate_summary" /> From f96fb3618287f019ee05a6d56783e229c02202cc Mon Sep 17 00:00:00 2001 From: aayush Date: Thu, 29 Dec 2022 19:23:46 +0530 Subject: [PATCH 2/2] Commented TaskOption for summerize story & rate summary --- .../components/TaskSelection/TaskSelection.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/src/components/TaskSelection/TaskSelection.tsx b/website/src/components/TaskSelection/TaskSelection.tsx index c19e2925..6077408f 100644 --- a/website/src/components/TaskSelection/TaskSelection.tsx +++ b/website/src/components/TaskSelection/TaskSelection.tsx @@ -7,32 +7,32 @@ export const TaskSelection = () => { return ( - + link="/create/summarize_story" + /> */} - + link="/evaluate/rate_summary" + /> */}