publish: fix join typo

This commit is contained in:
Matilde Park 2020-03-13 01:00:02 -04:00
parent 54d1e7eb63
commit fa3cbdf68e

View File

@ -159,7 +159,7 @@ export class JoinScreen extends Component {
disabled={(this.state.disable) || (!state.book) || (state.book === "/")}
onClick={this.onClickJoin.bind(this)}
className={joinClasses}
>Join Chat</button>
>Join Notebook</button>
</div>
</div>
);