mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
temp remove game download
This commit is contained in:
@@ -63,9 +63,9 @@ export default class TopBar extends React.Component<IProps, IState> {
|
|||||||
<div id="downloadsBtn" className='TopButton' onClick={this.props.downFunc}>
|
<div id="downloadsBtn" className='TopButton' onClick={this.props.downFunc}>
|
||||||
<img src={downBtn} alt="downloads" />
|
<img src={downBtn} alt="downloads" />
|
||||||
</div>
|
</div>
|
||||||
<div id="gameBtn" className="TopButton" onClick={this.props.gameFunc}>
|
{/* <div id="gameBtn" className="TopButton" onClick={this.props.gameFunc}>
|
||||||
<img src={gameBtn} alt="game" />
|
<img src={gameBtn} alt="game" />
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user