Add beta pill to space create menu
This commit is contained in:
parent
c0f11fd316
commit
5a921bf38a
3 changed files with 20 additions and 2 deletions
|
@ -152,7 +152,7 @@ const SpacePreview = ({ space, onJoinButtonClicked, onRejectButtonClicked }) =>
|
|||
// XXX remove this when spaces leaves Beta
|
||||
joinButtons = (
|
||||
<AccessibleButton
|
||||
kind="danger"
|
||||
kind="danger_outline"
|
||||
onClick={() => {
|
||||
dis.dispatch({
|
||||
action: "leave_room",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue