Skip to content

Commit 63e80e2

Browse files
committed
1 parent 48b46b2 commit 63e80e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/Footer/BasicFooter/BasicFooter.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class BasicFooter extends React.PureComponent {
3636
render() {
3737
const { title, classes, smallMessage, bigMessage, links } = this.props;
3838
return (
39-
<Grid container align="flex-end" justify="space-around" spacing={16}>
39+
<Grid container alignItems="flex-end" justify="space-around" spacing={16}>
4040
<Grid item xs={12}>
4141
<div className={classes.message}>
4242
<Typography type="display3" color="inherit">
@@ -52,7 +52,7 @@ class BasicFooter extends React.PureComponent {
5252
</Grid>
5353
</Grid>
5454
<Grid item xs={12} md={4}>
55-
<Grid container direction="column" align="center" spacing={0}>
55+
<Grid container direction="column" alignItems="center" spacing={0}>
5656
<Typography type="body1" color="inherit">
5757
{smallMessage}
5858
</Typography>

0 commit comments

Comments
 (0)