moved footer to layout. changed some css
This commit is contained in:
@@ -355,7 +355,7 @@ export const Content: FC = () => {
|
||||
{showChat && !isMobile && <Sidebar />}
|
||||
</AntContent>
|
||||
</Spin>
|
||||
{!isMobile && <Footer version={version} />}
|
||||
{!isMobile && false && <Footer version={version} />}
|
||||
</div>
|
||||
|
||||
{externalActionToDisplay && (
|
||||
|
||||
Reference in New Issue
Block a user