diff --git a/src/components/Menu/NewChat.tsx b/src/components/Menu/NewChat.tsx index 7144f5d..4d1b2ef 100644 --- a/src/components/Menu/NewChat.tsx +++ b/src/components/Menu/NewChat.tsx @@ -28,7 +28,7 @@ const NewChat = ({ folder }: { folder?: string }) => { title={folder ? String(t('newChat')) : ''} > {folder ? ( -
+
{t('newChat')}
) : (