Change Riot Bot button text and make it a block element
Fixes https://github.com/vector-im/riot-web/issues/8265
This commit is contained in:
parent
0cce912cf6
commit
0591c3a2bb
1 changed files with 5 additions and 3 deletions
|
@ -140,9 +140,11 @@ export default class HelpSettingsTab extends React.Component {
|
||||||
target='_blank'>{sub}</a>,
|
target='_blank'>{sub}</a>,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
<AccessibleButton onClick={this._onStartBotChat} kind='primary'>
|
<div>
|
||||||
{_t("Start a chat with Riot Bot")}
|
<AccessibleButton onClick={this._onStartBotChat} kind='primary'>
|
||||||
</AccessibleButton>
|
{_t("Chat with Riot Bot")}
|
||||||
|
</AccessibleButton>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue