Skip to content

Commit

Permalink
chnaged styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaLim8 committed Nov 1, 2019
1 parent 7874d31 commit 5b33c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Recording.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class Recording extends Component {
</button>
</div>
<div className="groupbutton">
<Link to={{pathname: "/results", state: {data: this.state.transcript}}}>
<Link to={{pathname: "/results", state: {data: this.state.transcript, question: this.state.question}}}>
<button className="accentButton" >
<h2 style={{ cursor: "pointer" }}> Analyze </h2>
</button>
Expand Down

0 comments on commit 5b33c20

Please sign in to comment.