launch: use mono for base hash

This commit is contained in:
Matilde Park 2020-07-21 14:29:21 -04:00
parent fe4e22c97a
commit f71f25486d

View File

@ -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>
);
}