diff --git a/src/components/Menu/NewChat.tsx b/src/components/Menu/NewChat.tsx index 2c9a741..22e6587 100644 --- a/src/components/Menu/NewChat.tsx +++ b/src/components/Menu/NewChat.tsx @@ -13,14 +13,12 @@ const NewChat = ({ folder }: { folder?: string }) => { return ( { if (!generating) addChat(folder); @@ -34,9 +32,7 @@ const NewChat = ({ folder }: { folder?: string }) => { ) : ( <> - - {t('newChat')} - + {t('newChat')} )}