Skip to content

Commit

Permalink
Update Wording & Other Media Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
billdybas committed Feb 10, 2018
1 parent 8b6d577 commit 729dbad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class OtherSubmissionForm extends Component {
{this.renderErrors(touched, errors, 'title')}
</FormGroup>
<FormGroup>
<Label for='comment'>Artist Comment</Label>
<Label for='comment'>Artist Comment (Optional)</Label>
<Field
component='textarea'
id='comment'
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Student/components/PhotoSubmissionForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class PhotoSubmissionForm extends Component {
{this.renderErrors(touched, errors, 'title')}
</FormGroup>
<FormGroup>
<Label for='comment'>Artist Comment</Label>
<Label for='comment'>Artist Comment (Optional)</Label>
<Field
component='textarea'
id='comment'
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/Student/components/SubmissionFormChooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Row, Col } from 'reactstrap'
import styled from 'styled-components'
import FaImage from 'babel-loader!react-icons/fa/image'
import FaVideo from 'babel-loader!react-icons/fa/video-camera'
import FaLightbulb from 'babel-loader!react-icons/fa/lightbulb-o'
import FaBook from 'babel-loader!react-icons/fa/book'

const Header = styled.h2`
margin-top: 25px;
Expand Down Expand Up @@ -57,9 +57,9 @@ const SubmissionFormChooser = (props) => (
style={{textDecoration: 'none', display: 'block'}}
className="bg-light">
<SubmissionContainer className='text-dark'>
<FaLightbulb size="4em" />
<FaBook size="4em" />
<h3>Other</h3>
<p>(eg. A book or physical object)</p>
<p>(eg. A book or physical art)</p>
</SubmissionContainer>
</Link>
</Col>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Student/components/VideoSubmissionForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class VideoSubmissionForm extends Component {
{this.renderErrors(touched, errors, 'title')}
</FormGroup>
<FormGroup>
<Label for='comment'>Artist Comment</Label>
<Label for='comment'>Artist Comment (Optional)</Label>
<Field
component='textarea'
id='comment'
Expand Down

0 comments on commit 729dbad

Please sign in to comment.