Merge pull request #2458 from urbit/mp/publish-typo

publish: fix join typo
This commit is contained in:
ixv 2020-03-13 13:01:19 -07:00 committed by GitHub
commit 229373924b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>
);