From 1118a4c597df46eb990b474bd99eb4dbf8eb3d5d Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Sun, 1 Dec 2024 09:11:59 -0500 Subject: [PATCH] small fixes --- app/components/chat/BaseChat.tsx | 18 +++++++++--------- app/components/chat/ImportFolderButton.tsx | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index 676ef7b..5044499 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -224,19 +224,19 @@ export const BaseChat = React.forwardRef( gradientUnits="userSpaceOnUse" gradientTransform="rotate(-45)" > - - - - + + + + - - - - + + + + - +
diff --git a/app/components/chat/ImportFolderButton.tsx b/app/components/chat/ImportFolderButton.tsx index 5f822ee..f5cc662 100644 --- a/app/components/chat/ImportFolderButton.tsx +++ b/app/components/chat/ImportFolderButton.tsx @@ -156,7 +156,7 @@ ${fileArtifacts.join('\n\n')} }} className={className} > -
+
Import Folder