Removed Copyright paragraph in ``Footer.js``

This commit is contained in:
biskwt 2022-11-17 00:07:10 +01:00
parent 00710636eb
commit fd10c4fe4b

View file

@ -39,11 +39,11 @@ return (
</Column>
</Row>
</Container>
<p>
{/* <p>
Copyright © Miruro All Rights Reserved.
<br></br>
This site does not store any files on its server. All contents are provided by non-affiliated third parties
</p>
</p> */}
</Box>
);
};