Remove copyright from login page (#2139)
This commit is contained in:
parent
b9a53a6fde
commit
51baacd0ff
1 changed files with 0 additions and 7 deletions
|
@ -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} />
|
||||
|
|
Loading…
Reference in a new issue