From 8e7176b10d7e44600782b518517727e8ef28a70d Mon Sep 17 00:00:00 2001 From: dylan Date: Wed, 5 Jun 2024 12:54:41 -0400 Subject: [PATCH] updating save prompt button --- components/playground/common.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/components/playground/common.tsx b/components/playground/common.tsx index 6d31b5f8..efcb29fc 100644 --- a/components/playground/common.tsx +++ b/components/playground/common.tsx @@ -10,6 +10,7 @@ import { OpenAIRole, } from "@/lib/types/playground_types"; import { cn } from "@/lib/utils"; +import { ArrowTopRightIcon } from "@radix-ui/react-icons"; import { MinusCircleIcon, PlusIcon } from "lucide-react"; import { useEffect, useRef, useState } from "react"; import { useQuery } from "react-query"; @@ -79,20 +80,22 @@ export function ExpandingTextArea({ return (