Styled the admin button and added the button for come back to the game

This commit is contained in:
2021-10-21 22:38:19 -03:00
parent ba88fd2eb9
commit b76d35344d
5 changed files with 43 additions and 4 deletions

View File

@@ -45,7 +45,10 @@ const AppHeader = ({language, category, displayCategories, setDisplayCategories,
>
{categoryText}
</h2>
<button className='identify-button' onClick={() => history.push('/identify')}>
<button
className="redirect-button"
onClick={() => history.push('/identify')}
>
Admin Place
</button>
</header>