mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Cleanup start gather button
This commit is contained in:
parent
e0d2532f2d
commit
3613df3475
1 changed files with 6 additions and 4 deletions
|
@ -722,10 +722,12 @@ var Gatherers = React.createClass({
|
|||
);
|
||||
} else {
|
||||
return (
|
||||
<div className="panel-body text-center join-hero">
|
||||
<button
|
||||
onClick={this.joinGather}
|
||||
className="btn btn-success btn-lg">Start a Gather</button>
|
||||
<div className="panel panel-default add-bottom">
|
||||
<div className="panel-body text-center join-hero">
|
||||
<button
|
||||
onClick={this.joinGather}
|
||||
className="btn btn-success btn-lg">Start a Gather</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue