mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
publish: fix join typo
This commit is contained in:
parent
54d1e7eb63
commit
fa3cbdf68e
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user