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

Commit 9d90376

Browse files
committed
Merge pull request #121 from facebook/loading-message
fix styling of "looking for react" message
2 parents a23f3e6 + db656f1 commit 9d90376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Panel extends React.Component {
197197
);
198198
}
199199
if (!this.state.isReact) {
200-
return <span>Looking for react...</span>;
200+
return <div style={styles.loading}><h1>Looking for react...</h1></div>;
201201
}
202202
return (
203203
<Container

0 commit comments

Comments
 (0)