Remove copyright from login page (#2139)

This commit is contained in:
Dawid 2022-07-13 13:10:31 +02:00 committed by GitHub
parent b9a53a6fde
commit 51baacd0ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,6 @@ import SVG from "react-inlinesvg";
const useStyles = makeStyles(
theme => ({
footer: {
position: "absolute",
bottom: theme.spacing(4),
},
logo: {
display: "block",
height: 40,
@ -88,9 +84,6 @@ const Layout: React.FC = props => {
src={themeType === "dark" ? saleorDarkLogo : saleorLightLogo}
/>
<div className={classes.mainPanelContent}>{children}</div>
<footer className={classes.footer}>
©2021 Saleor Commerce. All rights reserved
</footer>
</div>
<div className={classes.sidebar}>
<SVG className={classes.sidebarArt} src={backgroundArt} />