mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
launch: position base hash absolutely
This commit is contained in:
parent
e39e7c0c0e
commit
a12c137478
@ -35,7 +35,7 @@ export default class LaunchApp extends React.Component {
|
||||
weather={props.weather}
|
||||
/>
|
||||
</div>
|
||||
<div className="gray2-d gray2 ml4 mb4 f8"> {props.baseHash} </div>
|
||||
<div className="absolute bottom-0 left-0 f9 gray2 ml4 mb4 f8"> {props.baseHash} </div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user