mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Merge pull request #3455 from urbit/mp/interface/always-home
interface: always show home button
This commit is contained in:
commit
787973e260
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user