Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 377004b

Browse files
author
Shammamah Hossain
committed
Fix CSS property names.
1 parent 73db3ca commit 377004b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Loading.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export default class Loading extends Component {
5151
height: '100%',
5252
width: '100%',
5353
display: 'flex',
54-
'justify-content': 'center',
55-
'align-items': 'center',
54+
justifyContent: 'center',
55+
alignItems: 'center',
5656
...style,
5757
}}
5858
status={loading_state}

0 commit comments

Comments
 (0)