{footerElements.map((contentRender, index) => {
diff --git a/client/src/components/Input/Footer.tsx b/client/src/components/Input/Footer.tsx
deleted file mode 100644
index c5fabecc66..0000000000
--- a/client/src/components/Input/Footer.tsx
+++ /dev/null
@@ -1,23 +0,0 @@
-import { Constants } from 'librechat-data-provider';
-import { useGetStartupConfig } from 'librechat-data-provider/react-query';
-import { useLocalize } from '~/hooks';
-
-export default function Footer() {
- const { data: config } = useGetStartupConfig();
- const localize = useLocalize();
-
- return (
-
- );
-}