From c63b949a441612ede4ad6f87c4a286ac8abab197 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 30 Apr 2024 20:19:01 -0300 Subject: [PATCH] update playground icon --- src/frontend/src/components/cardComponent/index.tsx | 6 +++--- src/frontend/src/components/chatComponent/index.tsx | 2 +- src/frontend/src/utils/styleUtils.ts | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/frontend/src/components/cardComponent/index.tsx b/src/frontend/src/components/cardComponent/index.tsx index 2724ffa8a..80ca05038 100644 --- a/src/frontend/src/components/cardComponent/index.tsx +++ b/src/frontend/src/components/cardComponent/index.tsx @@ -316,11 +316,11 @@ export default function CollectionCardComponent({ }); } }} - data-testid={`like-${data.name}`} + data-testid={`playground-${data.name}`} > {!loadingPlayground ? ( {!loadingPlayground ? ( ) : ( diff --git a/src/frontend/src/components/chatComponent/index.tsx b/src/frontend/src/components/chatComponent/index.tsx index 45af60840..cac3c548a 100644 --- a/src/frontend/src/components/chatComponent/index.tsx +++ b/src/frontend/src/components/chatComponent/index.tsx @@ -92,7 +92,7 @@ export default function FlowToolbar(): JSX.Element {
Playground diff --git a/src/frontend/src/utils/styleUtils.ts b/src/frontend/src/utils/styleUtils.ts index ae9f8756b..32e480046 100644 --- a/src/frontend/src/utils/styleUtils.ts +++ b/src/frontend/src/utils/styleUtils.ts @@ -136,7 +136,7 @@ import { X, XCircle, Zap, - MonitorPlay + PlaySquare } from "lucide-react"; import { FaApple, FaGithub } from "react-icons/fa"; import { AWSIcon } from "../icons/AWS"; @@ -145,7 +145,7 @@ import { AnthropicIcon } from "../icons/Anthropic"; import { AstraDBIcon } from "../icons/AstraDB"; import { AzureIcon } from "../icons/Azure"; import { BingIcon } from "../icons/Bing"; -import { BotMessageSquareIcon } from "../icons/BotMessageSquare"; +import { BotMessageSquareIcon} from "../icons/BotMessageSquare"; import { ChromaIcon } from "../icons/ChromaIcon"; import { CohereIcon } from "../icons/Cohere"; import { ElasticsearchIcon } from "../icons/ElasticsearchStore"; @@ -293,7 +293,8 @@ export const nodeIconsLucide: iconsType = { ListFlows: Group, ClearMessageHistory: FileClock, Python: PythonIcon, - ChatOutput: BotMessageSquareIcon, + ChatOutput: MessagesSquare, + BotMessageSquareIcon, ChatInput: MessagesSquare, inputs: Download, outputs: Upload, @@ -505,7 +506,6 @@ export const nodeIconsLucide: iconsType = { Bot, Delete, Command, - MonitorPlay, ArrowBigUp, Dot, };