mobile settings link fix

This commit is contained in:
Martti Malmi 2023-06-28 17:13:21 +03:00
parent 32fa6bf3f2
commit 5f9691a31a
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ class Footer extends Component<Props, State> {
href={`/${key}`}
className={`${activeRoute === `/${key}` ? 'active' : ''} btn flex flex-grow`}
>
<Identicon str={key} width={34} />
<Identicon str={key} width={28} />
</a>
</div>
</footer>

View File

@ -73,7 +73,7 @@ export default class Header extends Component {
localState.get('unseenMsgsTotal').on(this.inject());
localState.get('unseenNotificationCount').on(this.inject());
localState.get('showConnectedRelays').on(this.inject());
localState.get('isMyProfileActive').on(this.inject());
localState.get('isMyProfile').on(this.inject());
localState.get('activeRoute').on(
this.sub((activeRoute) => {
this.setState({