fix wording and css of Bug Modal

pull/12254/head
Dylan 2016-12-28 19:02:34 -06:00
parent 1238ef68ab
commit 7d2ca7c8a3
2 changed files with 2 additions and 3 deletions

View File

@ -1156,7 +1156,6 @@ and (max-width : 400px) {
.modal-header .close {
font-size: 30px;
padding-left: 10px;
margin-top: 22px;
}
.modal-header {

View File

@ -39,7 +39,7 @@ export class BugModal extends PureComponent {
<Modal.Body className='text-center'>
<h3>
Before you submit a new issue,
read "Help I've Found a Bug" and
read "How to Report a Bug" and
browse other issues with this challenge.
</h3>
<Button
@ -49,7 +49,7 @@ export class BugModal extends PureComponent {
href={ bugLink }
target='_blank'
>
Read "Help I've Found a Bug"
Read "How to Report a Bug"
</Button>
<Button
block={ true }