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