mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-17 16:27:59 +00:00
remove fullscreen button
This commit is contained in:
@@ -69,7 +69,7 @@ function App() {
|
||||
|
||||
return (
|
||||
<MainWrapper>
|
||||
<button onClick={handleFullscreen}>Toggle Fullscreen</button>
|
||||
{/* <button onClick={handleFullscreen}>Toggle Fullscreen</button> */}
|
||||
<Counters players={players} />
|
||||
</MainWrapper>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user