forked from p15670423/monkey
cc: Remove 'I want anyone to access the island' button
This commit is contained in:
parent
13b1904cf7
commit
3e453e8b2c
|
@ -96,13 +96,6 @@ class RegisterPageComponent extends React.Component {
|
||||||
<Button className={'monkey-submit-button'} type={'submit'} >
|
<Button className={'monkey-submit-button'} type={'submit'} >
|
||||||
Let's go!
|
Let's go!
|
||||||
</Button>
|
</Button>
|
||||||
<Row>
|
|
||||||
<Col>
|
|
||||||
<a href='#' onClick={this.setNoAuth} className={'no-auth-link'}>
|
|
||||||
I want anyone to access the island
|
|
||||||
</a>
|
|
||||||
</Col>
|
|
||||||
</Row>
|
|
||||||
<Row>
|
<Row>
|
||||||
<Col>
|
<Col>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue