mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Styled the admin button and added the button for come back to the game
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user