Skip to content

Commit ff8fb8c

Browse files
authored
More whitespace between network warnings
1 parent a65191d commit ff8fb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/sis/course-search/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class CourseSearchView extends React.PureComponent<Props, State> {
183183
text={
184184
this.props.isConnected
185185
? PROMPT_TEXT
186-
: PROMPT_TEXT.concat(`\n${NETWORK_WARNING}`)
186+
: PROMPT_TEXT.concat(`\n\n${NETWORK_WARNING}`)
187187
}
188188
/>
189189
)

0 commit comments

Comments
 (0)