Design iterations based on PR feedback

This commit is contained in:
Michael Telatynski 2021-04-29 16:08:59 +01:00
parent 036bc50b5d
commit 279654cc9e
8 changed files with 55 additions and 11 deletions

View file

@ -604,7 +604,7 @@ const SpaceSetupPrivateInvite = ({ space, onFinished }) => {
</div>
<div className="mx_SpaceRoomView_inviteTeammates_betaDisclaimer">
<BetaPill />
<BetaPill onClick={onBetaClick} />
{ _t("<b>This is an experimental feature.</b> For now, " +
"new users receiving an invite will have to open the invite on <link/> to actually join.", {}, {
b: sub => <b>{ sub }</b>,