LineAwesome: fix "close" icon

This commit is contained in:
Alex Gleason
2021-09-27 12:19:39 -05:00
parent f4f262a20f
commit db4a0d33c8
5 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ class UnapprovedAccount extends ImmutablePureComponent {
</div>
<div className='unapproved-account__actions'>
<IconButton icon='check' size={22} onClick={this.handleApprove} />
<IconButton icon='close' size={22} onClick={this.handleReject} />
<IconButton icon='times' size={22} onClick={this.handleReject} />
</div>
</div>
);