Skip to content

Commit

Permalink
Merge pull request #38 from letakeane/lk-capitalizationMismatch
Browse files Browse the repository at this point in the history
WIP: Edit the text of the top button in ImageCapture - closes issue #29
  • Loading branch information
letakeane authored Jun 6, 2017
2 parents 9b7e79c + b1090f9 commit 09d260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ImageCapture/ImageCapture.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class ImageCapture extends Component {
return (
<article className='image-capture'>
<button className='start-capture'
onClick={() => this.beginImageCapture()}>Start video</button>
onClick={() => this.beginImageCapture()}>start camera</button>
<video autoPlay muted='true' height='350px' width='300px'></video>
<div className='face-oval'></div>
<button className='take-picture'
Expand Down

0 comments on commit 09d260a

Please sign in to comment.