diff --git a/client/src/components/Input/Footer.tsx b/client/src/components/Input/Footer.tsx index 107e66b452..e43ba3278d 100644 --- a/client/src/components/Input/Footer.tsx +++ b/client/src/components/Input/Footer.tsx @@ -3,6 +3,7 @@ import { useGetStartupConfig } from 'librechat-data-provider'; export default function Footer() { const { data: config } = useGetStartupConfig(); + return (
- {config?.appTitle || 'LibreChat'} + {config?.appTitle || 'LibreChat'} v0.5.5 - . Serves and searches all conversations reliably. All AI convos under one house. Pay per call - and not per month (cents compared to dollars). + {' - '}. All AI conversations in one place. Pay per call and not per month.
); }