Tweaked victor text

This commit is contained in:
2019-06-03 13:19:52 +10:00
parent bd95c6a240
commit 4a3d0a7555
+1 -1
View File
@@ -23,7 +23,7 @@ class CombatLogRecord extends React.Component {
</div>
<div className='row'>
<p className='col truncate'>Victor: {this.capitalizeFirstLetter(this.props.victor)} {this.props.undefended ? '(undefended)' : ''}</p>
<p className='col truncate'><span className='mobile hide'>Victor: </span>{this.capitalizeFirstLetter(this.props.victor)} {this.props.undefended ? '(undefended)' : ''}</p>
<p className='col truncate'>Gold: {this.props.spoilsGold}</p>
<p className='col truncate'>Atk. Deaths: {this.props.attackerCasualties}</p>
</div>