This commit is contained in:
Nathan Bierema 2020-08-08 21:06:39 -04:00
parent f6922c04d8
commit d063d2af1a

View File

@ -25,7 +25,7 @@ class LockButton extends Component {
title={this.props.locked ? 'Unlock changes' : 'Lock changes'} title={this.props.locked ? 'Unlock changes' : 'Lock changes'}
onClick={this.props.lockChanges} onClick={this.props.lockChanges}
> >
<LockIcon /> <IoIosLock />
</Button> </Button>
); );
} }