sforkowany z mirror/soapbox
Change icon for briefcase
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>strip-front-mentions
rodzic
99e3ec9ff9
commit
951faf04bb
|
|
@ -307,7 +307,7 @@ class SidebarMenu extends ImmutablePureComponent {
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
{(features.federating && features.accountAliasesAPI) && <NavLink className='sidebar-menu-item' to='/settings/aliases' onClick={this.handleClose}>
|
{(features.federating && features.accountAliasesAPI) && <NavLink className='sidebar-menu-item' to='/settings/aliases' onClick={this.handleClose}>
|
||||||
<Icon src={require('@tabler/icons/icons/briefcase.svg')} />
|
<Icon src={require('feather-icons/dist/icons/briefcase.svg')} />
|
||||||
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.account_aliases)}</span>
|
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.account_aliases)}</span>
|
||||||
</NavLink>}
|
</NavLink>}
|
||||||
{features.securityAPI ? (
|
{features.securityAPI ? (
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ export default class MovedNote extends ImmutablePureComponent {
|
||||||
return (
|
return (
|
||||||
<div className='account__moved-note'>
|
<div className='account__moved-note'>
|
||||||
<div className='account__moved-note__message'>
|
<div className='account__moved-note__message'>
|
||||||
<div className='account__moved-note__icon-wrapper'><Icon src={require('@tabler/icons/icons/briefcase.svg')} className='account__moved-note__icon' fixedWidth /></div>
|
<div className='account__moved-note__icon-wrapper'><Icon src={require('feather-icons/dist/icons/briefcase.svg')} className='account__moved-note__icon' fixedWidth /></div>
|
||||||
<FormattedMessage id='account.moved_to' defaultMessage='{name} has moved to:' values={{ name: <bdi><strong dangerouslySetInnerHTML={displayNameHtml} /></bdi> }} />
|
<FormattedMessage id='account.moved_to' defaultMessage='{name} has moved to:' values={{ name: <bdi><strong dangerouslySetInnerHTML={displayNameHtml} /></bdi> }} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ class FilterBar extends React.PureComponent {
|
||||||
onClick={this.onClick('move')}
|
onClick={this.onClick('move')}
|
||||||
title={intl.formatMessage(tooltips.moves)}
|
title={intl.formatMessage(tooltips.moves)}
|
||||||
>
|
>
|
||||||
<Icon src={require('@tabler/icons/icons/briefcase.svg')} />
|
<Icon src={require('feather-icons/dist/icons/briefcase.svg')} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -371,7 +371,7 @@ class Notification extends ImmutablePureComponent {
|
||||||
<div className='notification notification-move focusable' tabIndex='0' aria-label={notificationForScreenReader(intl, intl.formatMessage({ id: 'notification.move', defaultMessage: '{name} moved to {targetName}' }, { name: notification.getIn(['account', 'acct']), targetName: notification.getIn(['target', 'acct']) }), notification.get('created_at'))}>
|
<div className='notification notification-move focusable' tabIndex='0' aria-label={notificationForScreenReader(intl, intl.formatMessage({ id: 'notification.move', defaultMessage: '{name} moved to {targetName}' }, { name: notification.getIn(['account', 'acct']), targetName: notification.getIn(['target', 'acct']) }), notification.get('created_at'))}>
|
||||||
<div className='notification__message'>
|
<div className='notification__message'>
|
||||||
<div className='notification__icon-wrapper'>
|
<div className='notification__icon-wrapper'>
|
||||||
<Icon src={require('@tabler/icons/icons/briefcase.svg')} />
|
<Icon src={require('feather-icons/dist/icons/briefcase.svg')} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span title={notification.get('created_at')}>
|
<span title={notification.get('created_at')}>
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue