Add display name to sidebar

This commit is contained in:
Laura Hausmann 2023-10-09 19:11:18 +02:00
parent 9b729bf1b1
commit 576b247913
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -24,6 +24,7 @@ export default class NavigationBar extends ImmutablePureComponent {
</Permalink>
<div className='navigation-bar__profile'>
<div>{this.props.account.get('display_name')}</div>
<Permalink className='acct' href={this.props.account.get('url')} to={`/@${this.props.account.get('acct')}`}>
<strong>@{this.props.account.get('acct')}</strong>
</Permalink>