Experiment with showing footer on about tab for mobile
This commit is contained in:
@@ -312,7 +312,7 @@ export const Content: FC = () => {
|
||||
{showChat && !isMobile && <Sidebar />}
|
||||
</AntContent>
|
||||
</Spin>
|
||||
{(!isMobile || !showChat) && <Footer version={version} />}
|
||||
{!isMobile && <Footer version={version} />}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user