Skip to content

Commit

Permalink
copytoclipboard missing #56
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshman committed Feb 22, 2017
1 parent 8723b2b commit 2e13e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reactJS/app/components/EventPageComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -1140,10 +1140,12 @@ class EventPageComponent extends Component {
inputStyle={{"backgroundColor":"rgb(234, 234, 234)","marginTop":"10px","height":"55%"}}
/></div>
<div className="col-xs-2" style={{"paddingLeft":"0px"}}>
<CopyToClipboard text={eventShareURL}>

<IconButton tooltip="Copy URL" iconStyle={{"color":"#000"}} style={{"width":"20px","height":"20px","padding": "initial","paddingTop": "11px","paddingLeft": "5px"}}>
<FontIcon className="material-icons">content_copy</FontIcon>
</IconButton>
</CopyToClipboard>

</div>

Expand Down

0 comments on commit 2e13e9d

Please sign in to comment.