diff --git a/app/components/chat/ChatHistory.client.tsx b/app/components/chat/ChatHistory.client.tsx index f393a05..45ec78e 100644 --- a/app/components/chat/ChatHistory.client.tsx +++ b/app/components/chat/ChatHistory.client.tsx @@ -59,27 +59,30 @@ export function ChatHistory() { {isOpen && ( -
-
-

Chat History

-
+ <> +
setIsOpen(false)} /> +
+
+

Chat History

+
+
{history.map((item) => ( ))}
-
+ )}
); diff --git a/app/components/workbench/Preview.tsx b/app/components/workbench/Preview.tsx index a1633f4..9bb70c6 100644 --- a/app/components/workbench/Preview.tsx +++ b/app/components/workbench/Preview.tsx @@ -325,7 +325,7 @@ export const Preview = memo(() => { {WINDOW_SIZES.map((size) => (