From cb8fec868c07c2705f63137beb11c0a95df83979 Mon Sep 17 00:00:00 2001 From: Adrian Cowan Date: Thu, 5 Jan 2023 20:51:45 +1100 Subject: [PATCH] website: Add Create Initial Prompts link to the dashboard. --- website/src/components/Dashboard/TaskOption.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/components/Dashboard/TaskOption.tsx b/website/src/components/Dashboard/TaskOption.tsx index 8cf9977f..50f707a6 100644 --- a/website/src/components/Dashboard/TaskOption.tsx +++ b/website/src/components/Dashboard/TaskOption.tsx @@ -2,6 +2,12 @@ import { Box, Flex, GridItem, Heading, SimpleGrid, Text, useColorModeValue } fro import Link from "next/link"; const crTasks = [ + { + label: "Create Initial Prompts", + desc: "Write initial prompts to help Open Assistant to try replying to diverse messages.", + type: "create", + pathname: "/create/initial_prompt", + }, { label: "Reply as User", desc: "Chat with Open Assistant and help improve it’s responses as you interact with it.",