emphasize cp

This commit is contained in:
Jeff Colombo 2019-02-03 23:23:20 -05:00
parent a1213642b9
commit 0abda4387f

View File

@ -309,7 +309,7 @@ export class PokemonExplorer extends React.Component<IPokemonExplorerProps, ISta
<div className={ styles.pokemonInfoWraper }>
<div className={ styles.pokemonInfoLeftColumn }>
<div><h1 className={ styles.pokemonRankValue }>{ rankedGrade }</h1> Rank</div>
<div>CP <span>{ rankedCp }</span></div>
<div>CP <h1 className={ styles.pokemonRankValue }>{ rankedCp }</h1></div>
</div>
<div className={ styles.pokemonInfoRightColumn }>
<StatDisplay