interface: always show home button

This commit is contained in:
Matilde Park 2020-09-08 18:57:56 -04:00
parent f24a47f8e9
commit 7fe9caf554

View File

@ -32,7 +32,6 @@ const StatusBar = (props) => {
px={3}
>
<Row collapse>
{atHome ? null : (
<StatusBarItem mr={2} onClick={() => props.history.push('/')}>
<img
className='invert-d'
@ -41,7 +40,6 @@ const StatusBar = (props) => {
width='11'
/>
</StatusBarItem>
)}
<StatusBarItem mr={2} onClick={() => props.api.local.setOmnibox()}>
<Text display='inline-block' style={{ transform: 'rotate(180deg)' }}>
@ -53,7 +51,7 @@ const StatusBar = (props) => {
{metaKey}/
</Text>
</StatusBarItem>
<StatusBarItem
<StatusBarItem
onClick={() => props.history.push('/~groups')}
badge={Object.keys(invites).length > 0}>
<img