Skip to content

Commit 920ff15

Browse files
committed
Fix login
1 parent 4814884 commit 920ff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/login/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function Login(props) {
167167
>
168168
<Typography
169169
variant={'body2'}
170-
block
170+
component="div"
171171
style={{ textAlign: 'center' }}
172172
>
173173
This is a real app with Node.js backend - use

0 commit comments

Comments
 (0)