From bc235b5f5182c830ef31351284a6d0ef05e0e17f Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Wed, 28 Dec 2022 17:24:25 +0900 Subject: [PATCH] Closing issue 113 by fixing the landing page links for two tasks --- website/src/components/TaskSelection/TaskSelection.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/src/components/TaskSelection/TaskSelection.tsx b/website/src/components/TaskSelection/TaskSelection.tsx index 81c067e8..a0e0838f 100644 --- a/website/src/components/TaskSelection/TaskSelection.tsx +++ b/website/src/components/TaskSelection/TaskSelection.tsx @@ -11,7 +11,7 @@ export const TaskSelection = () => { alt="Summarize Stories" img="/images/logos/logo.svg" title="Summarize stories" - link="/summarize/story" + link="/create/summarize_story" /> { /> - + );