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

Commit db656f1

Browse files
committed
fix styling of "looking for react" message
1 parent 32ff902 commit db656f1

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
@@ -193,7 +193,7 @@ class Panel extends React.Component {
193193
);
194194
}
195195
if (!this.state.isReact) {
196-
return <span>Looking for react...</span>;
196+
return <div style={styles.loading}><h1>Looking for react...</h1></div>;
197197
}
198198
return (
199199
<Container

0 commit comments

Comments
 (0)