diff --git a/src/auth/components/Layout.tsx b/src/auth/components/Layout.tsx index 40fdf4fff..03c846123 100644 --- a/src/auth/components/Layout.tsx +++ b/src/auth/components/Layout.tsx @@ -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} />
{children}
-