Redesign profile column in web UI to match design on public pages (#10337)

* Redesign profile column in web UI to match design on public pages

* Make the tab links text bolder
This commit is contained in:
Eugen Rochko
2019-03-26 00:36:25 +01:00
committed by GitHub
parent ac0cc692f5
commit a96181f16f
6 changed files with 357 additions and 462 deletions

View File

@ -33,6 +33,7 @@ const makeMapStateToProps = () => {
const mapStateToProps = (state, { accountId }) => ({
account: getAccount(state, accountId),
domain: state.getIn(['meta', 'domain']),
});
return mapStateToProps;