0
0
Fork 0

Merge upstream (#111)

This commit is contained in:
kibigo! 2017-08-01 13:07:43 -07:00
commit 8150689b48
205 changed files with 1927 additions and 1507 deletions

View file

@ -18,6 +18,7 @@ export default class NavigationBar extends ImmutablePureComponent {
return (
<div className='navigation-bar'>
<Permalink href={this.props.account.get('url')} to={`/accounts/${this.props.account.get('id')}`}>
<span style={{ display: 'none' }}>{this.props.account.get('acct')}</span>
<Avatar src={this.props.account.get('avatar')} staticSrc={this.props.account.get('avatar_static')} size={40} />
</Permalink>