Skip to content

Commit 1b0eb59

Browse files
authored
Merge pull request #464 from twig1gy/patch-1
fix: typo to the style prop in a div
2 parents 4a38590 + cbe1660 commit 1b0eb59

File tree

1 file changed

+1
-1
lines changed
  • packages/material-ui-shell/cra-template-material-ui/template/src/pages/SignIn

1 file changed

+1
-1
lines changed

packages/material-ui-shell/cra-template-material-ui/template/src/pages/SignIn/SignIn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const SignIn = ({ redirectTo = '/' }) => {
4444
<Page pageTitle={intl.formatMessage({ id: 'sign_in' })}>
4545
<CustomPaper elevation={6}>
4646
<div
47-
sytle={{
47+
style={{
4848
display: 'flex',
4949
flexDirection: 'column',
5050
alignItems: 'center',

0 commit comments

Comments
 (0)