if (requested) {
buttons = <IconButton disabled icon='hourglass' title={intl.formatMessage(messages.requested)} />;
} else if (blocking) {
- buttons = <IconButton active icon='unlock-alt' title={intl.formatMessage(messages.unblock, { name: account.get('username') })} onClick={this.handleBlock} />;
+ buttons = <IconButton active icon='unlock' title={intl.formatMessage(messages.unblock, { name: account.get('username') })} onClick={this.handleBlock} />;
} else if (muting) {
let hidingNotificationsButton;
if (account.getIn(['relationship', 'muting_notifications'])) {
</span>
<div className='domain__buttons'>
- <IconButton active icon='unlock-alt' title={intl.formatMessage(messages.unblockDomain, { domain })} onClick={this.handleDomainUnblock} />
+ <IconButton active icon='unlock' title={intl.formatMessage(messages.unblockDomain, { domain })} onClick={this.handleDomainUnblock} />
</div>
</div>
</div>
const visibilityClass = {
public: 'globe',
- unlisted: 'unlock-alt',
+ unlisted: 'unlock',
private: 'lock',
direct: 'envelope',
}[visibility];
} else if (account.getIn(['relationship', 'blocking'])) {
actionBtn = (
<div className='account--action-button'>
- <IconButton size={26} icon='unlock-alt' title={intl.formatMessage(messages.unblock, { name: account.get('username') })} onClick={this.props.onBlock} />
+ <IconButton size={26} icon='unlock' title={intl.formatMessage(messages.unblock, { name: account.get('username') })} onClick={this.props.onBlock} />
</div>
);
}
text: <FormattedMessage {...messages.public_short} />,
},
unlisted: {
- icon: 'unlock-alt',
+ icon: 'unlock',
meta: <FormattedMessage {...messages.unlisted_long} />,
name: 'unlisted',
text: <FormattedMessage {...messages.unlisted_short} />,
<Icon
icon={{
public: 'globe',
- unlisted: 'unlock-alt',
+ unlisted: 'unlock',
private: 'lock',
direct: 'envelope',
}[sideArm]}
direct: 'envelope',
private: 'lock',
public: 'globe',
- unlisted: 'unlock-alt',
+ unlisted: 'unlock',
}[privacy]}
/>
{' '}