Tweaked display
This commit is contained in:
@@ -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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user