mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
launch: use mono for base hash
This commit is contained in:
parent
fe4e22c97a
commit
f71f25486d
@ -1,9 +1,5 @@
|
||||
import React from 'react';
|
||||
|
||||
import LaunchApi from '../../api/launch';
|
||||
import LaunchStore from '../../store/launch';
|
||||
import LaunchSubscription from '../../subscription/launch';
|
||||
|
||||
import './css/custom.css';
|
||||
|
||||
import Tiles from './components/tiles';
|
||||
@ -35,7 +31,7 @@ export default class LaunchApp extends React.Component {
|
||||
weather={props.weather}
|
||||
/>
|
||||
</div>
|
||||
<div className="absolute bottom-0 left-0 f9 gray2 ml4 mb4 f8"> {props.baseHash} </div>
|
||||
<div className="absolute mono bottom-0 left-0 f9 gray2 ml4 mb4 f8"> {props.baseHash} </div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user