You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
use verif in right panel from "verify" button
This commit is contained in:
@@ -21,9 +21,9 @@ export default class EncryptionInfo extends React.PureComponent {
|
||||
render() {
|
||||
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
|
||||
return (<div>
|
||||
<p>End-to-end encryption is great!</p>
|
||||
<p>End-to-end encryption is great! You should try it.</p>
|
||||
<div>
|
||||
<AccessibleButton onClick={this.props.onStartVerification}>Start verification</AccessibleButton>
|
||||
<AccessibleButton kind="primary" onClick={this.props.onStartVerification}>Start verification</AccessibleButton>
|
||||
</div>
|
||||
</div>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user