Skip to content

Commit

Permalink
move search link on player page
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Mar 19, 2024
1 parent 34c4557 commit 2836741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,13 +692,13 @@ function Player() {
key="seo-wrapper"
/>,
<div className={'page-wrapper'} key="player-page-wrapper">
{playerSearchDiv}
<div className="player-headline-wrapper" key="player-headline">
<h1 className="player-page-title">
<Icon path={mdiAccountDetails} size={1.5} className="icon-with-text"/>
{pageTitle}
</h1>
</div>
{playerSearchDiv}
<div>
{playerData.info.registrationDate !== 0 && (
<p>{`${t('Started current wipe')}: ${new Date(playerData.info.registrationDate * 1000).toLocaleString()}`}</p>
Expand Down

0 comments on commit 2836741

Please sign in to comment.