diff --git a/app/components/chat/chatExportAndImport/ExportChatButton.tsx b/app/components/chat/chatExportAndImport/ExportChatButton.tsx index 53665d9..8d1ef2c 100644 --- a/app/components/chat/chatExportAndImport/ExportChatButton.tsx +++ b/app/components/chat/chatExportAndImport/ExportChatButton.tsx @@ -6,7 +6,7 @@ export const ExportChatButton = ({ exportChat }: { exportChat?: () => void }) => return (
- + Export diff --git a/app/components/header/HeaderActionButtons.client.tsx b/app/components/header/HeaderActionButtons.client.tsx index 7807a6b..b3a5fcf 100644 --- a/app/components/header/HeaderActionButtons.client.tsx +++ b/app/components/header/HeaderActionButtons.client.tsx @@ -88,16 +88,18 @@ export function HeaderActionButtons({ chatStarted }: HeaderActionButtonsProps) { {/* Bug Report Button */} {shouldShowButtons && ( - +
+ +
)}
);