Tweaked display

This commit is contained in:
2019-06-02 07:08:35 +10:00
parent 7f262267ee
commit d644847ca3
+1 -2
View File
@@ -56,8 +56,7 @@ class Equipment extends React.Component {
</div> </div>
<h1 className='centered'>Equipment</h1> <h1 className='centered'>Equipment</h1>
<p className='centered'>Equipment sells for half it's cost!</p> <p className='centered'>Your Scientists: {this.props.scientists} / Your Gold: {this.props.gold}</p>
<p className='centered'>Scientists: {this.props.scientists} - Gold: {this.props.gold}</p>
<EquipmentPanel <EquipmentPanel
getFetch={this.getFetch.bind(this)} getFetch={this.getFetch.bind(this)}