mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
Change the play button to say 'Launch' by default
This commit is contained in:
@@ -56,7 +56,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
|
||||
<div id="serverControls">
|
||||
<Checkbox id="enableGC" label="Connect via Grasscutter" onChange={this.toggleGrasscutter} checked={this.state.grasscutterEnabled}/>
|
||||
</div>
|
||||
<BigButton text="PLAY DA GAME :D" onClick={this.playGame} id="officialPlay" />
|
||||
<BigButton text="Launch" onClick={this.playGame} id="officialPlay" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user