Merge upstream (#111)
This commit is contained in:
commit
8150689b48
205 changed files with 1927 additions and 1507 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue