mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
launch: keep base hash on top layer
This commit is contained in:
parent
157bf18028
commit
9f234dad63
@ -77,6 +77,7 @@ export default class LaunchApp extends React.Component {
|
||||
/>
|
||||
</Box>
|
||||
<Groups associations={props.associations} invites={props.invites} api={props.api} />
|
||||
</Box>
|
||||
<Box
|
||||
position="absolute"
|
||||
fontFamily="mono"
|
||||
@ -92,7 +93,6 @@ export default class LaunchApp extends React.Component {
|
||||
>
|
||||
{props.baseHash}
|
||||
</Box>
|
||||
</Box>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user