From 8fab6cfe25b7f25113ddb5c6e2e4a6f9e2a26be7 Mon Sep 17 00:00:00 2001 From: Klotske Date: Thu, 5 Jan 2023 00:50:17 +0300 Subject: [PATCH] Fixed broken link in the dashboard --- website/src/components/Dashboard/TaskOption.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/Dashboard/TaskOption.tsx b/website/src/components/Dashboard/TaskOption.tsx index 6b17a079..8cf9977f 100644 --- a/website/src/components/Dashboard/TaskOption.tsx +++ b/website/src/components/Dashboard/TaskOption.tsx @@ -6,7 +6,7 @@ const crTasks = [ label: "Reply as User", desc: "Chat with Open Assistant and help improve it’s responses as you interact with it.", type: "create", - pathname: "/create/assistant_reply", + pathname: "/create/user_reply", }, { label: "Reply as Assistant",