diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index 15fd20b2d..dd18b5381 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -27,7 +27,7 @@ import { ServerStatus } from '../../../interfaces/server-status.model'; const { TabPane } = Tabs; const { Content } = Layout; -export default function FooterComponent() { +export default function ContentComponent() { const status = useRecoilValue(serverStatusState); const clientConfig = useRecoilValue(clientConfigStateAtom); const chatOpen = useRecoilValue(chatVisibilityAtom);