Share button icon is changed (#7300)

This commit is contained in:
Dee Koder 2019-02-26 16:34:29 -08:00 committed by kannappanr
parent 8022a6efd9
commit 5085bef397
2 changed files with 24 additions and 24 deletions

View File

@ -67,7 +67,7 @@ export class ObjectActions extends React.Component {
className="fiad-action"
onClick={this.shareObject.bind(this)}
>
<i className="fa fa-copy" />
<i className="fa fa-share-alt" />
</a>
<a
href=""

File diff suppressed because one or more lines are too long