mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +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}
|
px={3}
|
||||||
>
|
>
|
||||||
<Row collapse>
|
<Row collapse>
|
||||||
{atHome ? null : (
|
|
||||||
<StatusBarItem mr={2} onClick={() => props.history.push('/')}>
|
<StatusBarItem mr={2} onClick={() => props.history.push('/')}>
|
||||||
<img
|
<img
|
||||||
className='invert-d'
|
className='invert-d'
|
||||||
@ -41,7 +40,6 @@ const StatusBar = (props) => {
|
|||||||
width='11'
|
width='11'
|
||||||
/>
|
/>
|
||||||
</StatusBarItem>
|
</StatusBarItem>
|
||||||
)}
|
|
||||||
<StatusBarItem mr={2} onClick={() => props.api.local.setOmnibox()}>
|
<StatusBarItem mr={2} onClick={() => props.api.local.setOmnibox()}>
|
||||||
<Text display='inline-block' style={{ transform: 'rotate(180deg)' }}>
|
<Text display='inline-block' style={{ transform: 'rotate(180deg)' }}>
|
||||||
↩
|
↩
|
||||||
|
Loading…
Reference in New Issue
Block a user