From a2a1642017478f79cb53e69ffaa448a8f41cad0c Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Sat, 4 May 2024 00:57:16 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20(index.tsx):=20remove=20trailing?= =?UTF-8?q?=20whitespace=20in=20button=20className=20to=20improve=20code?= =?UTF-8?q?=20readability=20=E2=99=BB=EF=B8=8F=20(index.tsx):=20refactor?= =?UTF-8?q?=20button=20className=20to=20remove=20unnecessary=20ternary=20o?= =?UTF-8?q?perator=20and=20improve=20code=20readability=20=E2=99=BB?= =?UTF-8?q?=EF=B8=8F=20(index.tsx):=20refactor=20icon=20className=20to=20r?= =?UTF-8?q?emove=20unnecessary=20classes=20and=20improve=20code=20readabil?= =?UTF-8?q?ity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/chatComponent/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/components/chatComponent/index.tsx b/src/frontend/src/components/chatComponent/index.tsx index d75688161..7d55f9229 100644 --- a/src/frontend/src/components/chatComponent/index.tsx +++ b/src/frontend/src/components/chatComponent/index.tsx @@ -103,10 +103,8 @@ export default function FlowToolbar(): JSX.Element { className={`relative inline-flex w-full cursor-not-allowed items-center justify-center gap-1 px-5 py-3 text-sm font-semibold text-muted-foreground transition-all duration-150 ease-in-out ease-in-out`} > Playground