Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynhathaway committed Apr 27, 2019
1 parent cd17307 commit c9a84b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/speaker/Placard.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class Placard extends React.Component {
<div className="card text-center my-3 placard" onClick={this.lowerPlacard.bind(this)}>
<div className="card-body">
<h5>{countryName}</h5>
<span>Raised, tap to lower</span>>
<span>Raised, tap to lower</span>
</div>
</div>
);
Expand Down

0 comments on commit c9a84b5

Please sign in to comment.