Change icon for briefcase

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
strip-front-mentions
marcin mikołajczak 2021-12-16 23:11:28 +01:00
rodzic 99e3ec9ff9
commit 951faf04bb
4 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -307,7 +307,7 @@ class SidebarMenu extends ImmutablePureComponent {
</a>
)}
{(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>
</NavLink>}
{features.securityAPI ? (

Wyświetl plik

@ -26,7 +26,7 @@ export default class MovedNote extends ImmutablePureComponent {
return (
<div className='account__moved-note'>
<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> }} />
</div>

Wyświetl plik

@ -109,7 +109,7 @@ class FilterBar extends React.PureComponent {
onClick={this.onClick('move')}
title={intl.formatMessage(tooltips.moves)}
>
<Icon src={require('@tabler/icons/icons/briefcase.svg')} />
<Icon src={require('feather-icons/dist/icons/briefcase.svg')} />
</button>
</div>
);

Wyświetl plik

@ -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__message'>
<div className='notification__icon-wrapper'>
<Icon src={require('@tabler/icons/icons/briefcase.svg')} />
<Icon src={require('feather-icons/dist/icons/briefcase.svg')} />
</div>
<span title={notification.get('created_at')}>