1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-17 03:51:13 +02:00

fix btn class

This commit is contained in:
Kushagra Gour
2018-07-07 01:35:14 +05:30
parent df4b5a749d
commit 0f3f7e6a6f

View File

@@ -128,7 +128,7 @@ export default class Footer extends Component {
{this.props.prefs.isJs13kModeOn ? (
<div class="flex flex-v-center">
<JS13K codeSize={this.props.codeSize} />
<button class="dark-btn" onClick={this.props.onJs13KBtnClick}>
<button class="btn--dark" onClick={this.props.onJs13KBtnClick}>
JS13KGames Help
</button>
</div>