mobile footer settings -> contacts

This commit is contained in:
Martti Malmi 2021-02-23 07:58:11 +02:00
parent 72b3186741
commit 483d7b71a0

View File

@ -45,7 +45,7 @@ class Footer extends Component {
${Icons.chat}
</a>
<a href="/post/new" class="btn ${activeRoute && activeRoute === '/post/new' ? 'active' : ''}">${plusIcon}</a>
<a href="/settings" class="btn ${activeRoute && activeRoute === '/settings' ? 'active' : ''}">${Icons.settings}</a>
<a href="/contacts" class="btn ${activeRoute && activeRoute === '/contacts' ? 'active' : ''}">${Icons.user}</a>
<a href="/profile/${key}" class="${activeRoute && activeRoute === '/profile/' + key ? 'active' : ''} my-profile">
<${Identicon} str=${key} width=34 />
</a>