temp remove game download

This commit is contained in:
SpikeHD
2022-06-12 13:55:54 -07:00
parent 174e125f1c
commit db472280e7

View File

@@ -63,9 +63,9 @@ export default class TopBar extends React.Component<IProps, IState> {
<div id="downloadsBtn" className='TopButton' onClick={this.props.downFunc}>
<img src={downBtn} alt="downloads" />
</div>
<div id="gameBtn" className="TopButton" onClick={this.props.gameFunc}>
{/* <div id="gameBtn" className="TopButton" onClick={this.props.gameFunc}>
<img src={gameBtn} alt="game" />
</div>
</div> */}
</div>
</div>
)