welp
This commit is contained in:
parent
50e4759bf5
commit
67a528ee89
@ -106,6 +106,7 @@ class Player extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', }}>
|
||||
<div className="box_grid text-center">
|
||||
<a href={"http://steamcommunity.com/profiles/" + this.state.player.steamID64}>
|
||||
<strong> {this.state.player.steamID}</strong><br />
|
||||
<strong>{this.state.player.name}</strong><br />
|
||||
@ -116,6 +117,7 @@ class Player extends React.Component {
|
||||
{badges}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div className="container mm">
|
||||
<div className="row">
|
||||
{this.state.mapTimes.map(e => (
|
||||
|
Loading…
Reference in New Issue
Block a user