Skip to content
Snippets Groups Projects
Commit 86b86957 authored by Greg Fodor's avatar Greg Fodor
Browse files

Fix casing on Share button

parent a6e39e0b
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ class InfoDialog extends Component { ...@@ -158,7 +158,7 @@ class InfoDialog extends Component {
<div className="invite-form__buttons"> <div className="invite-form__buttons">
{navigator.share && ( {navigator.share && (
<button className="invite-form__action-button" onClick={this.shareLinkClicked}> <button className="invite-form__action-button" onClick={this.shareLinkClicked}>
<span>Share</span> <span>share</span>
</button> </button>
)} )}
<button <button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment